手机号授权:登录态校验去除
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user