Commit 4e83eb2b by 宋毅

tj

parent fffefc5f
...@@ -876,7 +876,7 @@ class OrderService extends ServiceBase { ...@@ -876,7 +876,7 @@ class OrderService extends ServiceBase {
"order_num": order.orderNo, "order_num": order.orderNo,
"total_fee": Number(order.totalSum) * 100, "total_fee": Number(order.totalSum) * 100,
"body_desc": order.itemName, "body_desc": order.itemName,
"opType": obj.opType "op_type": obj.opType
} }
}; };
var rtn = await this.execClient.execPushDataPost(pobj, url, token); var rtn = await this.execClient.execPushDataPost(pobj, url, token);
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"order_num": "1", //支付单号 "order_num": "1", //支付单号
"total_fee": "1",   //支付金额  分 "total_fee": "1",   //支付金额  分
"body_desc": "1",    //产品名称 "body_desc": "1",    //产品名称
"opType": "alipay", // 支付方式  alipay阿里  wx微信 "op_type": "alipay", // 支付方式  alipay阿里  wx微信
} }
} }
``` ```
......
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