add
This commit is contained in:
+1
-1
@@ -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 Http::post($url, $postBody, NULL, ['content-type' => 'application/json'])
|
||||
->append('postBody', $postBody);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user