mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-10 15:05:27 +08:00
更新文档
This commit is contained in:
parent
9cc6f3d322
commit
0c507afe7a
18
README.md
18
README.md
@ -200,10 +200,26 @@ API_BASE=http://127.0.0.1:8800
|
||||
|
||||
认证方式:通过登入接口获得`token`,通过`post`和`get`方式附带`token`参数即可自动登入。
|
||||
|
||||
#### 模拟登入
|
||||
#### 模拟登入(环境变量APP_DEBUG=true时可用)
|
||||
|
||||
`GET /login/fake`
|
||||
|
||||
#### 通过苹果 idToken 登入
|
||||
|
||||
`POST /login/idtoken`
|
||||
|
||||
|参数|说明|备注|
|
||||
|-|-|-|
|
||||
|idToken|Sign in with Apple 中得到的 idToken|
|
||||
|
||||
#### 通过微信 oauth code 登入
|
||||
|
||||
`POST /login/wecode`
|
||||
|
||||
|参数|说明|备注|
|
||||
|-|-|-|
|
||||
|code|客户端微信授权得到的code|
|
||||
|
||||
#### 获得当前用户的基本信息
|
||||
|
||||
`POST /user/info`
|
||||
|
Loading…
Reference in New Issue
Block a user