quguofeng vor 1 Jahr
Ursprung
Commit
e54d1ae747
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      application/api/controller/Common.php

+ 0 - 1
application/api/controller/Common.php

@@ -426,7 +426,6 @@ class Common extends Api
         }
         $urls = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=".$access_token;
         $result = $this->http_post_json($urls,json_encode($data));//发送请求
-        var_dump($result);exit();
         if($result[0] == 200){
             return ['code'=>1,'data'=>'推送成功'];
         }