From 839b4607ca2ac0bfaf0273c7049d655e8cab7663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 26 Jun 2019 18:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Base.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wx/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/Base.php b/wx/Base.php index 65b6b6f..a7e0741 100644 --- a/wx/Base.php +++ b/wx/Base.php @@ -364,7 +364,7 @@ abstract class Base return self::$IllegalBuffer; } if (empty($appId)) { - $appId = static::$app_id; + $appId = static::$appid; } if ($dataObj->watermark->appid != $appId) { return self::$IllegalBuffer;