Commit a9fe0247 by liyanlin

fix

parent dc9f270a
...@@ -70,7 +70,7 @@ public class MallOrderPayController { ...@@ -70,7 +70,7 @@ public class MallOrderPayController {
} }
@ApiOperation("用户余额支付") @ApiOperation("用户余额支付")
@GetMapping("/customer/mallOrderPay/customerBalancePayMallOrder/{mallOrderId}") @GetMapping("/customer/mallOrderPay/customerBalancePayMallOrder")
public JsonResult<Long> customerBalancePayMallOrder(@RequestBody SubmitMallOrderCommand cmd) { public JsonResult<Long> customerBalancePayMallOrder(@RequestBody SubmitMallOrderCommand cmd) {
log.info("token:{}", SessionUtils.getCustomerToken().toString()); log.info("token:{}", SessionUtils.getCustomerToken().toString());
GogirlToken gogirlToken = SessionUtils.getCustomerToken(); GogirlToken gogirlToken = SessionUtils.getCustomerToken();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment