手机号授权:登录态校验去除

This commit is contained in:
lzm
2022-11-28 19:04:07 +08:00
committed by yeungchihang
parent b7d80f962b
commit 6789df3eaf

View File

@@ -49,7 +49,6 @@ public class PhoneAuthApplyRecordController extends BaseController {
@ApiImplicitParam(name = "phone", value = "手机号 如: 178xxxxxxxx", required = true, dataType = "String"),
@ApiImplicitParam(name = "authCode", value = "授權碼", required = true, dataType = "String"),
})
@Authorization
@PostMapping("/bound")
public BusiResult boundAuthCode(HttpServletRequest request,String phone, String authCode,String phoneAreaCode) {
Long uid = getUid();