mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-16 05:52:51 +00:00
修复小程序回调bug
This commit is contained in:
parent
0b6564808d
commit
a8e0653a98
@ -33,7 +33,7 @@ class RoutineService{
|
|||||||
'body' => $body,
|
'body' => $body,
|
||||||
'mch_id' => $config['mch_id'],
|
'mch_id' => $config['mch_id'],
|
||||||
'nonce_str' => self::nonce_str(),//随机字符串
|
'nonce_str' => self::nonce_str(),//随机字符串
|
||||||
// 'notify_url' => $payment['site_url'].Url::build('routine/Routine/notify'),
|
// 'notify_url' => $payment['site_url'].Url::build('/routine/Routine/notify'),
|
||||||
'notify_url' => Request::instance()->domain().Url::build('/routine/Routine/notify'),
|
'notify_url' => Request::instance()->domain().Url::build('/routine/Routine/notify'),
|
||||||
'openid' => $openid,
|
'openid' => $openid,
|
||||||
'out_trade_no' => $out_trade_no,
|
'out_trade_no' => $out_trade_no,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user