fuyu 6 years ago
parent
commit
52df40e3b0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application/inter/controller/Writereport.php

+ 0 - 2
application/inter/controller/Writereport.php

@@ -326,9 +326,7 @@ class Writereport extends Base
                 send_message::sendSms2Self($tel,$type,$content);
             }
             $url = 'http://wechat.pacsonline.cn/wx_patient/api/unifyGetWxQrcode?reportId='.$rid;
-            var_dump($url);
             $info = $this->curl_get($url);
-            var_dump($info);die;
             return json_encode(['status'=>'ok','code'=>'0000','msg'=>'保存成功','sessionid'=>$sessionid]);
         }catch(\Exception $e){
             return json_encode(['status'=>'fail','code'=>'2000','msg'=>$e->getMessage()]);