token 校验

退款
This commit is contained in:
2025-02-28 16:51:39 +08:00
parent 0c8a998006
commit 41686fa3ce
3 changed files with 24 additions and 7 deletions

View File

@@ -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不能为空");