Explorar el Código

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

binsee hace 10 años
padre
commit
157ab0ae51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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