mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
523 B
523 B
验证相关API
获取服务器验证状态
- 路径:
/api/auth/status、/auth/status、/api/auth或/auth - 方法:
GET或POST - 鉴权: 无需
获取服务器公钥
- 路径:
/api/auth/pubkey、/auth/pubkey - 方法:
GET或POST - 鉴权: 无需
新增用户
- 路径:
/api/auth/user/add、/auth/user/add - 方法:
GET或POST - RESTful:
PUT /api/auth/user或PUT /auth/user - 鉴权: 一般需要(如服务器状态内的
has_root_user为false则无需鉴权)