提交 cf36ebad 编写于 作者: Chongwen.jiang's avatar Chongwen.jiang

/account/account/authCode接口已弃用,添加注释说明

上级 af18ffc2
流水线 #22723 已失败 于阶段
in 0 second
......@@ -61,7 +61,7 @@ public class AccountController extends AccountBaseController {
return "{\"status\":\"UP\"}";
}
@ApiOperation("获取登录验证码")
@ApiOperation("获取登录验证码(已无人调用)")
@GetMapping("/authCode")
public PicaResponse<String> getAuthCode(@ApiParam(value = "手机号", required = true) @RequestParam("mobilePhone") String mobilePhone,
@ApiParam(value = "验证码类型 0默认 1注册 2修改密码 4微信登录绑定手机 5修改手机 6重置密码 7患者招募提交问卷(效验") @RequestParam(value = "flag", defaultValue = "0") String flag,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册