# 消息服务相关

## POST /message.admin.VerificationAdminService.queryCodeSendStatus

> 查询验证码状态

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"消息服务相关"}],"servers":[{"url":"https://pre-api-test.cmfbl.com/openapi-b","description":"PRE环境-公司439"}],"security":[],"paths":{"/message.admin.VerificationAdminService.queryCodeSendStatus":{"post":{"summary":"查询验证码状态","deprecated":false,"description":"","tags":["消息服务相关"],"parameters":[{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"bizType":{"type":"string","title":"业务类型","description":"EMAIL_COMMON_VERIFICATION_CODE-邮件通用验证码； EMAIL_LOGIN_VERIFICATION_CODE-邮件登录验证码； EMAIL_REGISTER_VERIFICATION_CODE-邮件注册验证码 EMAIL_PASSWORD_VERIFICATION_CODE-邮件忘记密码验证码  SMS_COMMON_VERIFICATION_CODE-短信通用验证码； SMS_LOGIN_VERIFICATION_CODE-短信登录验证码； SMS_REGISTER_VERIFICATION_CODE-短信注册验证码 SMS_PASSWORD_VERIFICATION_CODE-短信忘记密码验证码"},"toUser":{"type":"string","title":"接收人"},"code":{"type":"string","title":"验证码"},"sendToken":{"type":"string","title":"发送票据","description":"C端发送验证码接口返回token"}},"required":["bizType","toUser","code","sendToken"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","title":"系统通用返回码","description":"0-成功，其他异常"},"msg":{"type":"string","title":"返回信息","description":"返回信息"},"bizCode":{"type":"string","title":"模块标识码","description":"模块标识码"},"tm":{"type":"integer","title":"处理时长（毫秒）","description":"处理时长（毫秒）"},"trace":{"type":"string","title":"全局链路标志信息","description":"全局链路标志信息"},"msgParams":{"type":"string","title":"返回描述中占位符参数串，多个参数间以,分割","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"object","properties":{"bizType":{"type":"string","title":"业务类型","description":"业务类型"},"toUser":{"type":"string","title":"接收人","description":"接收人"},"sendToken":{"type":"string","title":"发送票据","description":"发送票据"},"code":{"type":"string","title":"验证码","description":"验证码"},"status":{"type":"string","title":"验证码状态码","description":"0-初始化；1-待使用；2-已使用；3-已过期"},"name":{"type":"string","title":"验证码状态名称","description":"验证码状态名称"},"desc":{"type":"string","title":"验证码状态描述","description":"验证码状态描述"}},"required":["bizType","toUser","sendToken","code","status","name","desc"],"title":"返回体","description":"返回体"}},"required":["code","msg","bizCode","tm","trace","msgParams","data"]}}},"headers":{}}}}}}}
```


---

# 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://docs-cn.multimarkets.org/manager-api/geng-duo-.../xiao-xi-fu-wu-xiang-guan.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.
