Explorar el Código

更新 'src/Applet.php'

rabin hace 7 años
padre
commit
5cb53d14f1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
         }