# 发送用户相关操作邮箱验证码

用户登录之后，一些用户操作相关接口需要获取邮箱验证码, 例如修改、绑定支付钱包地址等操作，统一通过此接口发送邮件验证码。

<a class="button secondary">Copy</a>

```
URL: 
/api/user/email

METHOD: 
POST

REQUEST BODY:
{
    address: String,    // 要发送的邮箱地址
    token: String      // 获取到的滑动验证码的成功返回值
}
```

滑动验证码返回值获取请参考[调用、获取滑动验证码](https://tcminersystem.gitbook.io/tcminersystem/diao-yong-huo-qu-hua-dong-yan-zheng-ma)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tcminersystem.gitbook.io/tcminersystem/fa-song-yong-hu-xiang-guan-cao-zuo-you-xiang-yan-zheng-ma.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
