Parcourir la source

修正ThinkPHP中 获取模板消息ID函数名称

binsee il y a 10 ans
Parent
commit
157ab0ae51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Thinkphp/Wechat.class.php

+ 1 - 1
Thinkphp/Wechat.class.php

@@ -409,7 +409,7 @@ class Wechat
 	* 获取模板消息ID
 	* 经过验证,这个和普通的消息MsgId不一样
 	*/
-	public function getRevTplMsgId(){
+	public function getRevTplMsgID(){
 		if (isset($this->_receive['MsgID'])){
 			return $this->_receive['MsgID'];
 		} else