实名认证防抖
This commit is contained in:
parent
ec8a569e78
commit
99679f8853
|
|
@ -151,7 +151,7 @@ public class AppController {
|
|||
@PostMapping(value = "/realNameAuth/v2")
|
||||
@ApiOperation("实名认证")
|
||||
@ResponseBody
|
||||
@Debounce(interval = 3000, value = "#userId")
|
||||
@Debounce(interval = 60000, value = "#auth.certNum")
|
||||
public Result realNameAuth(@RequestAttribute("userId") Long userId, @RequestBody AuthDTO auth) {
|
||||
return realNameAuth(userId, auth.getCertName(), auth.getCertNum(), auth.getAccountNo(), auth.getMobile());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue