提交 fd00da97 authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 84d049c4
......@@ -43,6 +43,8 @@ public class MemberRequestPath extends BaseRequestPath {
public static final String WECHAT = "/wechat";
/** 小程序*/
public static final String XCX = "/xcx";
/** H5*/
public static final String H5 = "/h5";
/** QQ登录*/
public static final String QQ = "/qq";
/** 第三方绑定*/
......
......@@ -21,6 +21,8 @@ public class ThirdRequestPath extends BaseRequestPath{
public static final String WECHAT_XCX_LOGIN="/wechat-xcx-login";
public static final String WECHAT_H5_LOGIN="/wechat-h5-login";
public static final String WECHAT_WAP_LOGIN="/wechat-wap-login";
public static final String WECHAT_APP_LOGIN="/wechat-App-login";
......
......@@ -13,9 +13,12 @@ public class BindForm {
private String wechatKey;
@ApiModelProperty("qqKey")
private String qqKey;
@ApiModelProperty("登录渠道 0 PC,1 WAP,2 Android,3 iOS")
@ApiModelProperty("登录渠道 0 PC,1 WAP,2 Android,3 iOS,5H5")
private Integer channel = 0;
@ApiModelProperty("手机号(小程序接口使用)")
private String phone;
@ApiModelProperty("code(H5接口使用)")
private String code;
}
......@@ -38,6 +38,8 @@ public class Member {
private Integer status;
@ApiModelProperty("备注")
private String remark;
@ApiModelProperty("h5openId")
private String openCode;
@ApiModelProperty("微信Key")
@JsonIgnore
private String wechatKey;
......
......@@ -22,4 +22,6 @@ public class WeChartThirdReturn {
private String headImgUrl;
@ApiModelProperty(value="session_key")
private String session_key;
@ApiModelProperty(value="unionid")
private String unionid;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论