mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 09:50:25 +08:00
Update WechatService.php
This commit is contained in:
parent
b19f9bf601
commit
bb29bc4673
@ -188,6 +188,10 @@ class WechatService extends Service
|
|||||||
'appid' => sysconf('wechat.appid'),
|
'appid' => sysconf('wechat.appid'),
|
||||||
'appsecret' => sysconf('wechat.appsecret'),
|
'appsecret' => sysconf('wechat.appsecret'),
|
||||||
'encodingaeskey' => sysconf('wechat.encodingaeskey'),
|
'encodingaeskey' => sysconf('wechat.encodingaeskey'),
|
||||||
|
'mch_id' => sysconf('wechat.mch_id'),
|
||||||
|
'mch_key' => sysconf('wechat.mch_key'),
|
||||||
|
'ssl_key' => sysconf('wechat.mch_ssl_key'),
|
||||||
|
'ssl_cer' => sysconf('wechat.mch_ssl_cer'),
|
||||||
'cache_path' => $this->app->getRuntimePath() . 'wechat',
|
'cache_path' => $this->app->getRuntimePath() . 'wechat',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user