zxhxx 3 năm trước cách đây
mục cha
commit
49747ce265
1 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 1 6
      app/admin/controller/Index.php

+ 1 - 6
app/admin/controller/Index.php

@@ -603,12 +603,7 @@ class Index extends AuthController
     }
     public function test()
     {
-
-        $name = 2 . '_' . 1 . '_user_wap.jpg';
-        $qr_code = QrcodeService::getForeverQrcode('spread', 2);
-        $urlCode = dlfile($qr_code['url'],$name);
-        $info =  FileService::list_info($urlCode);
-        dump($info);exit();
+    UserLevel::setLevelComplete(6);
     }
 }