Message

Check verification code status

post
Header parameters
tracestringRequiredExample: {{mock_trace}}
versionstringRequiredExample: 0.0.1
companyIdstringRequiredExample: {{company}}
Body
bizTypestringRequired

EMAIL_COMMON_VERIFICATION_CODE - Email common verification code; EMAIL_LOGIN_VERIFICATION_CODE - Email login verification code; EMAIL_REGISTER_VERIFICATION_CODE - Email registration verification code; EMAIL_PASSWORD_VERIFICATION_CODE - Email forgot password verification code; SMS_COMMON_VERIFICATION_CODE - SMS common verification code; SMS_LOGIN_VERIFICATION_CODE - SMS login verification code; SMS_REGISTER_VERIFICATION_CODE - SMS registration verification code; SMS_PASSWORD_VERIFICATION_CODE - SMS forgot password verification code

toUserstringRequired
codestringRequired
sendTokenstringRequired

Token returned by C-end verification code sending interface

Responses
200Success
application/json
post
/message.admin.VerificationAdminService.queryCodeSendStatus
POST /openapi-b/message.admin.VerificationAdminService.queryCodeSendStatus HTTP/1.1
Host: pre-api-test.cmfbl.com
trace: text
version: text
companyId: text
Content-Type: application/json
Accept: */*
Content-Length: 67

{
  "bizType": "text",
  "toUser": "text",
  "code": "text",
  "sendToken": "text"
}
200Success
{
  "code": "text",
  "msg": "text",
  "bizCode": "text",
  "tm": 1,
  "trace": "text",
  "msgParams": "text",
  "data": {
    "bizType": "text",
    "toUser": "text",
    "sendToken": "text",
    "code": "text",
    "status": "text",
    "name": "text",
    "desc": "text"
  }
}

Last updated