src/main/java/com/mzl/flower/service/payment/OrderService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/application-test.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/mzl/flower/service/payment/OrderService.java
@@ -469,6 +469,7 @@ } }); /* 替换支付修改 WxMaJscode2SessionResult session = null; try { session = weChatService.getWxMaSessionInfo(dto.getWxcode()); @@ -479,6 +480,7 @@ if (StringUtils.isBlank(openId)) { throw new ValidationException("微信登录失败"); } */ Address address = addressMapper.selectById(dto.getAddressId()); List<TransportOrderDTO> tLs = transportService.getPreOrderTransportList(address @@ -609,7 +611,7 @@ } order.setOrderNo(getOrderNo()); order.setPayOpenid(openId); //order.setPayOpenid(openId);替换支付修改 orderMapper.insert(order); //处理积分商品兑换券 src/main/resources/application-test.yml
@@ -54,4 +54,4 @@ localServerPath: /data/files syb: callBackUrl: http://localhost callBackUrl: http://47.99.58.211