Browse Source

update: remove origin subscribe method

tokumeikoi 3 năm trước cách đây
mục cha
commit
70b47ec4b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/Client/ClientController.php

+ 1 - 1
app/Http/Controllers/Client/ClientController.php

@@ -50,7 +50,7 @@ class ClientController extends Controller
                     die($this->shaodowsocksSIP008($user, $servers));
                 }
             }
-            die($this->origin($user, $servers));
+            die('该客户端暂不支持进行订阅');
         }
     }