shish 6 лет назад
Родитель
Сommit
0fc0cc071c
1 измененных файлов с 3 добавлено и 9 удалено
  1. 3 9
      common/components/wxUtil.php

+ 3 - 9
common/components/wxUtil.php

@@ -457,14 +457,8 @@ class wxUtil
 			return false;
 		}
 	}
-	
-	/**
-	 * 客服接口发消息
-	 * @param unknown_type $content
-	 * @param unknown_type $appId
-	 * @param unknown_type $openId
-	 * @return unknown
-	 */
+
+	//客服接口发消息
 	public static function sendMsg($content, $merchant, $openId)
 	{
 		$token = self::getAuthorizerAccessToken($merchant);
@@ -475,7 +469,7 @@ class wxUtil
 		$result = Json::decode($result);
 		return $result;
 	}
-	
+
 	public static function sendImgMsg($mediaId, $merchant, $openId)
 	{
 		$token = self::getAuthorizerAccessToken($merchant);