Skip to content

Commit

Permalink
fixed #9, 模板消息URL前缀常量补充
Browse files Browse the repository at this point in the history
  • Loading branch information
callmez committed Mar 18, 2015
1 parent 72d2367 commit 25e2d99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Wechat.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class Wechat extends Component
* 发送客服消息
*/
const WECHAT_CUSTOM_MESSAGE_SEND_URL = '/cgi-bin/message/custom/send?';
/**
* 发送模板消息
*/
const WECHAT_TEMPLATE_MESSAGE_SEND_URL = '/message/template/send?';
/**
* 消息上传
*/
Expand Down

0 comments on commit 25e2d99

Please sign in to comment.