Browse Source

公众号类 修正 添加消息模板 方法的注释

binsee 10 years ago
parent
commit
9dcc00f23a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Thinkphp/Wechat.class.php
  2. 1 1
      wechat.class.php

+ 1 - 1
Thinkphp/Wechat.class.php

@@ -2014,7 +2014,7 @@ class Wechat
 	}
 	
 	/**
-	 * 模板消息 设置所属行业
+	 * 模板消息 添加消息模板
 	 * 成功返回消息模板的调用id
 	 * @param string $tpl_id 模板库中模板的编号,有“TM**”和“OPENTMTM**”等形式
 	 * @return boolean|string

+ 1 - 1
wechat.class.php

@@ -2004,7 +2004,7 @@ class Wechat
 	}
 	
 	/**
-	 * 模板消息 设置所属行业
+	 * 模板消息 添加消息模板
 	 * 成功返回消息模板的调用id
 	 * @param string $tpl_id 模板库中模板的编号,有“TM**”和“OPENTMTM**”等形式
 	 * @return boolean|string