|
@@ -20,6 +20,7 @@ class WechatService {
|
|
$url = "http://wechat.pacsonline.cn/wx_patient/api/sendMsg?pushType=1&openid=";
|
|
$url = "http://wechat.pacsonline.cn/wx_patient/api/sendMsg?pushType=1&openid=";
|
|
$full_url = $url . $v['openid'];
|
|
$full_url = $url . $v['openid'];
|
|
// 请求
|
|
// 请求
|
|
|
|
+ var_dump($full_url);
|
|
$res = $this->curl_request($full_url, 'GET');
|
|
$res = $this->curl_request($full_url, 'GET');
|
|
var_dump($res);
|
|
var_dump($res);
|
|
}
|
|
}
|