rabin 4 ngày trước cách đây
mục cha
commit
db0805ef3f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/sector/app/Api/Data.php

+ 1 - 1
src/sector/app/Api/Data.php

@@ -7,7 +7,7 @@ class Data
     {
         $data = Dever::db('sector/system')->find(1);
         $data['version'] = 'v1.0.0';
-        $data['code'] = 'huanxie!1!1!0!0';
+        //$data['code'] = 'huanxie!1!1!0!0';
         return $data;
     }
 }