mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 09:52:47 +08:00
Update BasicWePay.php
This commit is contained in:
parent
a629b2d676
commit
cc460dbdba
@ -294,7 +294,9 @@ abstract class BasicWePay
|
||||
protected function _autoCert()
|
||||
{
|
||||
$certs = $this->tmpFile("{$this->config['mch_id']}_certs");
|
||||
if (is_array($certs)) foreach ($certs as $k => $v) if ($v['expire'] < time()) unset($certs[$k]);
|
||||
if (is_array($certs)) foreach ($certs as $k => $v) {
|
||||
if ($v['expire'] < time()) unset($certs[$k]);
|
||||
}
|
||||
if (empty($certs)) {
|
||||
Cert::instance($this->config)->download();
|
||||
$certs = $this->tmpFile("{$this->config['mch_id']}_certs");
|
||||
|
Loading…
x
Reference in New Issue
Block a user