dever 6 年之前
父節點
當前提交
efa7ff95b8
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Applet.php

+ 2 - 1
src/Applet.php

@@ -345,11 +345,12 @@ 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;
-        }
+        }*/
         return $dataObj;
     }
 }