添加模板消息API

overtrue 2015-04-26 05:51:41 +08:00
parent ec71ebbcde
commit 69cc959290
2 changed files with 3 additions and 0 deletions

@ -5,6 +5,8 @@
- 【新增】二维码服务;
- 【新增】异常消息添加中文错误消息;
- 【新增】门店服务;
- 【新增】模板消息;
- 【新增】卡券颜色列表;
- 【新增】语义理解服务;
- 【新增】数据统计查询服务;
- 【新增】素材添加完整 API 支持,支持永久素材等官方提供的所有功能;

@ -32,6 +32,7 @@ $notice = new Notice($appId, $secret);
### API
+ `boolean setIndustry($industryId1, $industryId2)` 修改账号所属行业;
+ `array industries()` 返回所有支持的行业列表,用于做下拉选择行业可视化更新;
+ `string addTemplate($shortId)` 添加模板并获取模板ID
+ `int send($to = null, $templateId = null, array $data = array(), $url = null, $color = '#FF0000')` 发送模板消息, 返回消息ID。