Skip to content

Commit 1e46305

Browse files
committed
Update user.md
修改登陆错别词,改为登录
1 parent 192ac8e commit 1e46305

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/api/v1/user.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ POST /v1/user/verification-login
3232
{
3333
"mobile": "12312312300", // 登录手机号
3434
"captcha": "123123", // 手机验证码
35-
"deviceId": "awa", // 登陆设备唯一标识符,可自定义
36-
"platform": "windows" // 登陆平台名称,一般为windows,web等可自定义
35+
"deviceId": "awa", // 登录设备唯一标识符,可自定义
36+
"platform": "windows" // 登录平台名称,一般为windows,web等可自定义
3737
}
3838
```
3939

@@ -779,7 +779,7 @@ POST /v1/user/change-email-check
779779
}
780780
```
781781

782-
## 更改登陆密码
782+
## 更改登录密码
783783

784784
POST /v1/user/forget-password
785785

0 commit comments

Comments
 (0)