Browse Source

修改代码

fuyu 5 years ago
parent
commit
61a1f37a1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/inter/service/WechatService.php

+ 1 - 0
application/inter/service/WechatService.php

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