get请求
This commit is contained in:
@@ -120,7 +120,7 @@ public class OrderPayController {
|
|||||||
/**
|
/**
|
||||||
* 获取店铺订单支付URL
|
* 获取店铺订单支付URL
|
||||||
*/
|
*/
|
||||||
@PostMapping("/shopPayApi/orderPayUrl")
|
@GetMapping("/shopPayApi/orderPayUrl")
|
||||||
public CzgResult<String> getOrderPayUrl(@RequestHeader Long shopId, Long orderId, @RequestParam(required = false) String extend,
|
public CzgResult<String> getOrderPayUrl(@RequestHeader Long shopId, Long orderId, @RequestParam(required = false) String extend,
|
||||||
@RequestParam(required = false) CheckOrderPay checkOrderPay) {
|
@RequestParam(required = false) CheckOrderPay checkOrderPay) {
|
||||||
AssertUtil.isNull(shopId, "店铺id不能为空");
|
AssertUtil.isNull(shopId, "店铺id不能为空");
|
||||||
|
|||||||
Reference in New Issue
Block a user