Commit 7c5bf566 by 任晓松

支付回调

parent 5ea5df42
...@@ -908,6 +908,7 @@ class UtilsOrderService extends AppServiceBase { ...@@ -908,6 +908,7 @@ class UtilsOrderService extends AppServiceBase {
// } // }
params.appInfo = { uapp_id: appInfo.uapp_id }; params.appInfo = { uapp_id: appInfo.uapp_id };
params.pay_type = params.payType; params.pay_type = params.payType;
params.time_end = params.payTime;
//修改并返回订单支付状态,创建收款单 //修改并返回订单支付状态,创建收款单
// 这里修改了order_info的状态(status/paytime等) // 这里修改了order_info的状态(status/paytime等)
var orderUrl = this.centerOrderUrl + "opaction/opPayOrder/receivePayCallBackNotifyByChannel"; var orderUrl = this.centerOrderUrl + "opaction/opPayOrder/receivePayCallBackNotifyByChannel";
......
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