Skip to content

Commit

Permalink
Merge pull request dodgepudding#302 from ectouch/master
Browse files Browse the repository at this point in the history
修复模板消息api地址
  • Loading branch information
dodgepudding authored Jun 21, 2016
2 parents 108ee08 + 0b25f84 commit ab0205c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wechat.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ class Wechat
const CUSTOM_SEND_URL='/message/custom/send?';
const MEDIA_UPLOADNEWS_URL = '/media/uploadnews?';
const MASS_SEND_URL = '/message/mass/send?';
const TEMPLATE_SET_INDUSTRY_URL = '/message/template/api_set_industry?';
const TEMPLATE_ADD_TPL_URL = '/message/template/api_add_template?';
const TEMPLATE_SET_INDUSTRY_URL = '/template/api_set_industry?';
const TEMPLATE_ADD_TPL_URL = '/template/api_add_template?';
const TEMPLATE_SEND_URL = '/message/template/send?';
const MASS_SEND_GROUP_URL = '/message/mass/sendall?';
const MASS_DELETE_URL = '/message/mass/delete?';
Expand Down

0 comments on commit ab0205c

Please sign in to comment.