Skip to content

Commit d4af18d

Browse files
committed
Update verification.md
1 parent 5f62d40 commit d4af18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/v1/verification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ POST /v1/verification/get-email-verification-code
4040
"email": "123@123.123", // 邮箱
4141
"typ": "forget_password", // 验证类别,forget_password-更改密码验证,其他所有验证都为空
4242
"code": "123123", // 人机验证校验码
43-
"id": "123", // 人机验证ID
43+
"id": "123" // 人机验证ID
4444
}
4545
```
4646

0 commit comments

Comments
 (0)