查询订单详情接口修改

This commit is contained in:
2024-09-26 11:21:44 +08:00
parent 97f0132bb1
commit 6d73fd76b8

View File

@@ -54,7 +54,7 @@ public class OrderController {
* @param orderId 订单id
* @return 订单信息
*/
@GetMapping ("/orderDetail")
@GetMapping ("/orderInfo")
public Result getCartByOrderId(
@RequestParam Integer shopId,
@RequestParam Integer orderId