Browse Source

小程序

shish 5 years ago
parent
commit
70c872676c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/components/miniUtil.php

+ 1 - 1
common/components/miniUtil.php

@@ -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;
     }