✨ 我的钱包-交易记录增加时间段检索功能
This commit is contained in:
parent
64f16f7015
commit
a36090fabd
@ -38,7 +38,6 @@ public class WalletController {
|
|||||||
return GlobalResultGenerator.genSuccessResult(bankAccount);
|
return GlobalResultGenerator.genSuccessResult(bankAccount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@GetMapping("/transaction-records")
|
@GetMapping("/transaction-records")
|
||||||
@SecurityInterceptor
|
@SecurityInterceptor
|
||||||
public GlobalResult transactionRecords(@RequestParam(defaultValue = "0") Integer page, @RequestParam(defaultValue = "20") Integer rows, HttpServletRequest request) {
|
public GlobalResult transactionRecords(@RequestParam(defaultValue = "0") Integer page, @RequestParam(defaultValue = "20") Integer rows, HttpServletRequest request) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user