add clear

This commit is contained in:
as2252258@163.com
2019-07-12 18:51:12 +08:00
parent 3642cd343d
commit c4b43deb9f
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ class Template extends Base
{
$url = 'https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=' . $access;
$postBody = json_encode($postBody);
return Http::post($url, $postBody, NULL, ['content-type' => 'application/json'])
return WxClient::post($url, $postBody, NULL, ['content-type' => 'application/json'])
->append('postBody', $postBody);
}
}
}