数据处理
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