|
|
@@ -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());
|