quguofeng hace 1 año
padre
commit
40fd3c8f3a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      application/api/controller/Common.php

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

@@ -426,6 +426,7 @@ 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'=>'推送成功'];
         }