Explorar el Código

update: remove origin subscribe method

tokumeikoi hace 3 años
padre
commit
70b47ec4b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('该客户端暂不支持进行订阅');
         }
     }