绑定/变更邮箱
开发中
POST
/api/user/bindEmail
请求参数
Body 参数application/json
type
string
必需
email
string
邮箱
code
string
验证码
示例
{
"type": "string",
"email": "string",
"code": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/user/bindEmail' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-02-27 10:18:22