|
|
@@ -1515,7 +1515,7 @@ class miniUtil
|
|
|
}
|
|
|
$data["scene"] = $scene;
|
|
|
$result = $curl->setOption(CURLOPT_POSTFIELDS, Json::encode($data))->post($url);
|
|
|
- noticeUtil::push('生成小程序码返回:' . json_encode($result), '15280215347');
|
|
|
+ noticeUtil::push('生成小程序码返回:' . stringUtil::paramsFriend($result), '15280215347');
|
|
|
file_put_contents($file, $result);
|
|
|
return $behind . $fileName;
|
|
|
}
|