记得上下班打卡 | git大法好,push需谨慎

Commit cdc32528 authored by zhanggb's avatar zhanggb

+手机号静默登录接口(内部调用);

parent 04a3bfc6
......@@ -329,7 +329,7 @@ public class AdamLoginController {
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "mobile", value = "手机号"),
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "otp", value = "临时票据"),
})
@PostMapping(value = {"login/silent/mobile"})
@PostMapping(value = {"login/silent_mobile"})
public ResponseDto<AdamLoginInfoVo> loginByMobile(@Pattern(regexp = "\\d{11}", message = "手机号格式有误")
@NotBlank(message = "手机号不能为空")
@RequestParam String mobile,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment