We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192ac8e commit 1e46305Copy full SHA for 1e46305
1 file changed
src/api/v1/user.md
@@ -32,8 +32,8 @@ POST /v1/user/verification-login
32
{
33
"mobile": "12312312300", // 登录手机号
34
"captcha": "123123", // 手机验证码
35
- "deviceId": "awa", // 登陆设备唯一标识符,可自定义
36
- "platform": "windows" // 登陆平台名称,一般为windows,web等可自定义
+ "deviceId": "awa", // 登录设备唯一标识符,可自定义
+ "platform": "windows" // 登录平台名称,一般为windows,web等可自定义
37
}
38
```
39
@@ -779,7 +779,7 @@ POST /v1/user/change-email-check
779
780
781
782
-## 更改登陆密码
+## 更改登录密码
783
784
POST /v1/user/forget-password
785
0 commit comments