|
@@ -231,7 +231,7 @@ public class LoginController extends BladeController {
|
|
|
return R.data(TokenUtil.createAuthInfo(userInfo));
|
|
|
}
|
|
|
|
|
|
- @ApiLog("微信授权登录")
|
|
|
+ //@ApiLog("微信授权登录")
|
|
|
@PostMapping("/login/wx-auth")
|
|
|
@ApiOperationSupport(order = 2)
|
|
|
@ApiOperation(value = "微信授权登录", tags = "通过 getPhoneNumberCode 获取手机号")
|
|
@@ -258,7 +258,7 @@ public class LoginController extends BladeController {
|
|
|
return R.data(TokenUtil.createAuthInfo(userInfo));
|
|
|
}
|
|
|
|
|
|
- @ApiLog("判断微信用户是否注册过")
|
|
|
+ //@ApiLog("判断微信用户是否注册过")
|
|
|
@PostMapping("/login/isUser")
|
|
|
@ApiOperationSupport(order = 2)
|
|
|
@ApiOperation(value = "判断微信用户是否注册过")
|