mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +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'),
|
||||
'appsecret' => sysconf('wechat.appsecret'),
|
||||
'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',
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user