mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-09 21:28:09 +08:00
Update WechatService.php
This commit is contained in:
parent
d30d0f393b
commit
74ea4fdbc2
@ -191,7 +191,7 @@ class WechatService extends Service
|
|||||||
'encodingaeskey' => sysconf('wechat.encodingaeskey'),
|
'encodingaeskey' => sysconf('wechat.encodingaeskey'),
|
||||||
'cache_path' => syspath('runtime/wechat'),
|
'cache_path' => syspath('runtime/wechat'),
|
||||||
];
|
];
|
||||||
return $ispay ? $config : static::withWxpayCert($config);
|
return $ispay ? static::withWxpayCert($config) : $config;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user