Commit 5d8a61d0 by 任晓松

支付回调

parent 31eaad88
...@@ -917,6 +917,9 @@ class UtilsOrderService extends AppServiceBase { ...@@ -917,6 +917,9 @@ class UtilsOrderService extends AppServiceBase {
opOrderResult.data = null; opOrderResult.data = null;
return opOrderResult; return opOrderResult;
} }
if(!opOrderResult.data){
return opOrderResult;
}
opOrderResult.data.appInfo = { opOrderResult.data.appInfo = {
uapp_id: appInfo.uapp_id, uapp_id: appInfo.uapp_id,
uapp_key: appInfo.uapp_key, uapp_key: appInfo.uapp_key,
......
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