实名认证

This commit is contained in:
谭凯凯 2025-01-15 10:41:11 +08:00 committed by Tankaikai
parent 2853b9129b
commit 07148d4224
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class AppController {
@ResponseBody
@Debounce(interval = 3000, value = "#userId")
public Result realNameAuth(@RequestAttribute("userId") Long userId, @RequestBody AuthDTO auth) {
return realNameAuth(userId, auth.getCertName(), auth.getIdNum(), auth.getAccountNo(), auth.getMobile());
return realNameAuth(userId, auth.getCertName(), auth.getCertNum(), auth.getAccountNo(), auth.getMobile());
}
@Login