...
|
...
|
@@ -625,7 +625,7 @@ class Api |
|
|
// $path = './MiniAppQrCode/' . $PayOrder . '.png';
|
|
|
$JsonDecode = json_decode('{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest rid: 604f8b86-35e79e71-2a52ba2d"}', true);
|
|
|
if ($JsonDecode['errcode'] && $JsonDecode['errcode'] == 40001) {
|
|
|
$this->error('网咯拥堵');
|
|
|
$this->error('网络较慢,生成超时');
|
|
|
}
|
|
|
return 1;
|
|
|
$res = file_put_contents($path, $MiniAppQrcodeVendor);//将微信返回的图片数据流写入文件
|
...
|
...
|
|