|
@@ -156,6 +156,7 @@ class User extends Api
|
|
|
"Accept:application/json"
|
|
|
);
|
|
|
$url = "https://api.weixin.qq.com/sns/jscode2session?appid=$appid&secret=$secret&js_code=$js_code&grant_type=authorization_code";
|
|
|
+
|
|
|
$ch = curl_init(); //初始化
|
|
|
// curl_setopt($ch,CURLOPT_HTTPHEADER,$headerArray);
|
|
|
curl_setopt($ch, CURLOPT_URL, $url); //设置访问的URL
|