Pārlūkot izejas kodu

Merge pull request #302 from ectouch/master

修复模板消息api地址
dodge 9 gadi atpakaļ
vecāks
revīzija
ab0205c77d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      wechat.class.php

+ 2 - 2
wechat.class.php

@@ -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?';