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) {
         if ($dataObj  == NULL) {
             return false;
             return false;
         }
         }
+        /*
       	$applet = Dever::config('base', 'project')->applet;
       	$applet = Dever::config('base', 'project')->applet;
         $appid = $applet['appid'];
         $appid = $applet['appid'];
         if($dataObj->watermark->appid != $appid) {
         if($dataObj->watermark->appid != $appid) {
             return false;
             return false;
-        }
+        }*/
         return $dataObj;
         return $dataObj;
     }
     }
 }
 }