fix:修改接口地址

This commit is contained in:
david 2021-06-29 19:52:02 +08:00
parent b4abe93091
commit dd2b1a72ad
2 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@
*.bat
*.log
.env
/._.DS_Store
/.DS_Store

View File

@ -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