Merge branch 'cc_20250528_dataHandler' into 'master'
Cc 20250528 data handler See merge request hangzhou/java/custom_zxjp!104
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user