查询订单详情接口修改
This commit is contained in:
@@ -54,7 +54,7 @@ public class OrderController {
|
|||||||
* @param orderId 订单id
|
* @param orderId 订单id
|
||||||
* @return 订单信息
|
* @return 订单信息
|
||||||
*/
|
*/
|
||||||
@GetMapping ("/orderDetail")
|
@GetMapping ("/orderInfo")
|
||||||
public Result getCartByOrderId(
|
public Result getCartByOrderId(
|
||||||
@RequestParam Integer shopId,
|
@RequestParam Integer shopId,
|
||||||
@RequestParam Integer orderId
|
@RequestParam Integer orderId
|
||||||
|
|||||||
Reference in New Issue
Block a user