Browse Source

更新 'src/Applet.php'

rabin 7 years ago
parent
commit
5cb53d14f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Applet.php

+ 2 - 0
src/Applet.php

@@ -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) {
             return false;
         }