Commit f78738f8 by liyanlin

fix

parent 18c0fe35
...@@ -70,7 +70,7 @@ public class MallOrderPayController { ...@@ -70,7 +70,7 @@ public class MallOrderPayController {
} }
@ApiOperation("用户余额支付") @ApiOperation("用户余额支付")
@GetMapping("/customer/mallOrderPay/customerBalancePayMallOrder") @PostMapping("/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