token 校验
退款
This commit is contained in:
@@ -121,7 +121,7 @@ public class OrderPayController {
|
||||
* 获取店铺订单支付URL
|
||||
*/
|
||||
@PostMapping("/shopPayApi/orderPayUrl")
|
||||
public CzgResult<String> getOrderPayUrl(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) {
|
||||
AssertUtil.isNull(shopId, "店铺id不能为空");
|
||||
AssertUtil.isNull(orderId, "订单Id不能为空");
|
||||
|
||||
Reference in New Issue
Block a user