This commit is contained in:
Cauchy
2023-10-18 16:59:07 +08:00
parent c90ecfb7ce
commit f1b072d6c3
3 changed files with 60 additions and 0 deletions

View File

@@ -199,6 +199,15 @@ public class BuyOrderController {
return R.ok().put("result", expressFee);
}
/**
* 列表
*/
@RequestMapping("/getMyOrderList")
public R getMyOrderList(@RequestParam Map<String, Object> params) {
PageUtils page = buyOrderService.queryPage1(params);
return R.ok().put("page", page);
}
/**
* 修改