wang hou sheng 8 months ago
parent 9edc569277
commit 5ac673dd12
  1. 4
      app/common/library/wxserver/Server.php

@ -150,7 +150,9 @@ class Server
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); // 同上
$qrcode_response = curl_exec($ch);
curl_close($ch);
return json_decode($qrcode_response, true);
$qrcode_response = json_decode($qrcode_response, true);
var_dump($qrcode_response);
exit();
}
}
return [];

Loading…
Cancel
Save