From 6f23c966e19a136b47f1187b75472d97c0deb111 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 1 Jul 2021 23:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AutoReseed.php b/app/AutoReseed.php index 91966b3..f3490e0 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -31,7 +31,7 @@ class AutoReseed // API接口配置 public static $apiUrl = 'http://api.iyuu.cn'; public static $endpoints = array( - 'login' => '/user/login', + 'login' => '/App.Api.Bind', 'sites' => '/api/sites', 'infohash'=> '/api/infohash', 'hash' => '/api/hash',