分开绑定支付宝接口和实名认证接口
This commit is contained in:
@@ -194,8 +194,8 @@ public class AppController {
|
||||
}
|
||||
|
||||
|
||||
@Login
|
||||
@RequestMapping(value = "/updateUser", method = RequestMethod.POST)
|
||||
//@Login
|
||||
//@RequestMapping(value = "/updateUser", method = RequestMethod.POST)
|
||||
@ApiOperation("用户修改个人信息")
|
||||
@ResponseBody
|
||||
@Debounce(interval = 3000, value = "#userId")
|
||||
|
||||
Reference in New Issue
Block a user