get请求

This commit is contained in:
2025-03-01 13:45:24 +08:00
parent 9775567145
commit 4bd52a362f

View File

@@ -120,7 +120,7 @@ public class OrderPayController {
/**
* 获取店铺订单支付URL
*/
@PostMapping("/shopPayApi/orderPayUrl")
@GetMapping("/shopPayApi/orderPayUrl")
public CzgResult<String> getOrderPayUrl(@RequestHeader Long shopId, Long orderId, @RequestParam(required = false) String extend,
@RequestParam(required = false) CheckOrderPay checkOrderPay) {
AssertUtil.isNull(shopId, "店铺id不能为空");