Commit d5faf49e authored by suntao's avatar suntao

订单列表 接口名改成 order/list

parent 5f90a8d1
......@@ -39,7 +39,7 @@ public class OrderController {
*/
@ChannelIdInit
@CheckChannelRole
@GetMapping("/info")
@GetMapping("/list")
public Result getOrders(Long channelId, String channelOrderNumber, Integer pageNumber, Integer pageSize) {
return Result.buildSuccess(orderService.getOrders(channelId, channelOrderNumber, pageNumber, pageSize));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment