Browse Source

微信二维码生成

xgb 3 days ago
parent
commit
985eca5ad6

+ 1 - 1
fs-service/src/main/java/com/fs/hisStore/service/impl/FsStorePaymentScrmServiceImpl.java

@@ -969,7 +969,7 @@ public class FsStorePaymentScrmServiceImpl implements IFsStorePaymentScrmService
                 //调用统一下单接口,获取"预支付交易会话标识"
                 try {
                     WxPayMpOrderResult orderResult = wxPayService.createOrder(orderRequest);
-                    return R.ok().put("data", orderResult).put("type", "wx").put("isPay", 0);
+                    return R.ok().put("result", orderResult).put("type", "wx").put("isPay", 0);
                 } catch (WxPayException e) {
                     e.printStackTrace();
                     throw new CustomException("支付失败" + e.getMessage());