...
|
...
|
@@ -654,7 +654,7 @@ class Api |
|
|
];
|
|
|
$MiniAppQrcodeVendor = $this->curlPost1($url, $Json);
|
|
|
$PayOrder = $this->PayOrder();
|
|
|
$path = './MiniAppQrCode/' . $PayOrder . '.png';
|
|
|
$path = './MiniAppQrCode/' . $UserId . $Path . '.png';
|
|
|
$res = file_put_contents($path, $MiniAppQrcodeVendor);//将微信返回的图片数据流写入文件
|
|
|
if ($res === false) {
|
|
|
$this->error('生成小程序码失败', 0);
|
...
|
...
|
|