Merge branch 'cc_20250528_dataHandler' into 'master'

Cc 20250528 data handler

See merge request hangzhou/java/custom_zxjp!104
This commit is contained in:
苏竹红
2025-05-28 12:06:52 +00:00
11 changed files with 132 additions and 8 deletions

View File

@@ -85,6 +85,12 @@ public class ShopAccountController {
return ResponseResult.success(accountService.handleAccountPassword());
}
@ApiOperation("密码数据处理3.0")
@GetMapping("/handleOldDataAccount")
public ResponseResult<Boolean> handleOldDataAccount() {
return ResponseResult.success(accountService.handleOldDataAccount());
}
}