From dd2b1a72ad4049aac45e507fdd57c6a0f136cad0 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 29 Jun 2021 19:52:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ src/Reseed/AutoReseed.php | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c3694df..0bd58a7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ *.bat *.log .env +/._.DS_Store +/.DS_Store diff --git a/src/Reseed/AutoReseed.php b/src/Reseed/AutoReseed.php index 8b0195f..0333991 100644 --- a/src/Reseed/AutoReseed.php +++ b/src/Reseed/AutoReseed.php @@ -77,13 +77,13 @@ class AutoReseed * @var array */ public static $endpoints = array( - 'login' => '/user/login', - 'sites' => '/api/sites', - 'infohash'=> '/api/infohash', - 'hash' => '/api/hash', - 'notify' => '/api/notify', - 'recommendSites' => '/Api/GetRecommendSites', - 'getSign' => '/Api/GetSign' + 'login' => '/App.Api.Bind', + 'sites' => '/App.Api.Sites', + 'infohash'=> '/App.Api.Infohash', + 'hash' => '/App.Api.Hash', + 'notify' => '/App.Api.Notify', + 'recommendSites' => '/App.Api.GetRecommendSites', + 'getSign' => '/App.Api.GetSign' ); /** * @var null | Curl