修改用户绑定接口地址

This commit is contained in:
david 2021-07-01 23:58:53 +08:00
parent 9d8eee73d9
commit 6f23c966e1

View File

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