|
|
|
@ -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 []; |
|
|
|
|