fix
This commit is contained in:
@@ -73,6 +73,12 @@ public class ShopAccountController {
|
||||
return ResponseResult.success(accountService.accountEntryStatusChange(dto));
|
||||
}
|
||||
|
||||
@ApiOperation("密码数据处理")
|
||||
@GetMapping("/handleOldData")
|
||||
public ResponseResult<Boolean> handleOldData() {
|
||||
return ResponseResult.success(accountService.handleOldData());
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user