更新 Base.php

This commit is contained in:
2019-06-26 18:52:04 +08:00
committed by Gitee
parent be526e3f71
commit 839b4607ca
+1 -1
View File
@@ -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;