Commit b734e336 authored by 万继龙's avatar 万继龙

Merge branch 'fix_0907' into 'master'

add: 修改拼写bug,增加business_from

See merge request bp/pay!71
parents 7c6e7457 85d529dd
......@@ -10,7 +10,6 @@ use App\Models\order\mysql\PayOrder;
use App\Models\order\mysql\PayOrderItem;
use App\Models\order\mysql\PayOrderClearing;
use App\Models\order\mysql\PayOrderClearingItem;
use App\Models\order\mysql\RefundOrder;
use App\Services\order\OrderService;
use App\Services\pingxx\PingxxService;
......@@ -111,6 +110,7 @@ class PayService
'expire_time' => date('Y-m-d H:i:s', $expire_time),
'source_name' => 10,
'service_name' => 1,
'business_from' => $order_info['business_from'],
'extra' => json_encode([]),
];
......
......@@ -42,7 +42,7 @@ pingxx.appid = "app_9m1ubDG4e1mPXLCG"
wxApp.jw.order = "https://wx.appgc.cn/%23/bpmp/ticket/my"
[perf : common : exception : dingTalk]
pnigxx.appid = "app_XfjznTPSa5aLfvfH"
pingxx.appid = "app_XfjznTPSa5aLfvfH"
[test : common : exception : dingTalk]
pingxx.appid = "app_W10Oe5XrvbzHfP4W"
......
......@@ -16,10 +16,10 @@ dingTalk.keys[]="SEC0298ad3f80e16df12cd4d6f6c39e961b500e2ff486f4c4377c0e2af8f453
[prod : common : dingTalk]
pnigxx.appid = "app_9m1ubDG4e1mPXLCG"
pingxx.appid = "app_9m1ubDG4e1mPXLCG"
[perf : common : dingTalk]
pnigxx.appid = "app_XfjznTPSa5aLfvfH"
pingxx.appid = "app_XfjznTPSa5aLfvfH"
[test: common : dingTalk]
pingxx.appid = "app_W10Oe5XrvbzHfP4W"
......
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