作者 王智

文档修改

... ... @@ -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);//将微信返回的图片数据流写入文件
... ...