提交 b254add0 编写于 作者: dong.an's avatar dong.an

账号微服务

上级 b2bd4556
流水线 #9343 已失败 于阶段
in 0 second
...@@ -58,7 +58,7 @@ public class AccountController extends AccountBaseController { ...@@ -58,7 +58,7 @@ public class AccountController extends AccountBaseController {
redisClient.set(this.getAuthCodeKey(mobilePhone, flag), authCode, 600); redisClient.set(this.getAuthCodeKey(mobilePhone, flag), authCode, 600);
//发送短信 //发送短信
super.sendMobileMessage(mobilePhone, message, senderId); super.sendMobileMessage(mobilePhone, message, senderId);
return PicaResponse.toResponse(StringUtils.EMPTY); return PicaResponse.toResponse(authCode);
} }
@ApiOperation("微信登录") @ApiOperation("微信登录")
......
...@@ -13,7 +13,7 @@ public class AccountReq { ...@@ -13,7 +13,7 @@ public class AccountReq {
@ApiModelProperty("手机号") @ApiModelProperty("手机号")
private String mobilePhone; private String mobilePhone;
@ApiModelProperty("密码") @ApiModelProperty("密码(32位大写MD5加密)")
private String password; private String password;
@ApiModelProperty("验证码") @ApiModelProperty("验证码")
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册