dever 6 năm trước cách đây
mục cha
commit
efa7ff95b8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
     }
 }