提交 4948cef6 authored 作者: chenxinchang's avatar chenxinchang

--no commit message

上级 abb3a58e
......@@ -21,6 +21,8 @@ public class MemberRequestPath extends BaseRequestPath {
public static final String PM = "/pm";
/** vip会员 **/
public static final String VIP = "/vip";
/** 登录记录 **/
public static final String LOGIN_LOG = "/login-log";
//前台模块
/** 登录与注册*/
public static final String PERMISSIONS = "/permissions";
......
......@@ -13,4 +13,6 @@ public class BindForm {
private String wechatKey;
@ApiModelProperty("qqKey")
private String qqKey;
@ApiModelProperty("登录渠道 0 PC,1 WAP,2 Android,3 iOS")
private Integer channel = 0;
}
......@@ -13,4 +13,6 @@ public class LoginForm {
private String uuid;
@ApiModelProperty(value="验证码 账号或密码错误 5次以上 需填写")
private String code;
@ApiModelProperty("登录渠道 0 PC,1 WAP,2 Android,3 iOS")
private Integer channel = 0;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论