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