@@ -288,6 +288,8 @@ class Applet extends Base
if ($dataObj == NULL) {
return false;
}
+ $applet = Dever::config('base', 'project')->applet;
+ $appid = $applet['appid'];
if($dataObj->watermark->appid != $appid) {