Message
{{mock_trace}}0.0.1{{company}}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
Token returned by C-end verification code sending interface
0 - Success, others - Exception
Return Message
Module Identifier Code
Processing Duration (milliseconds)
Global Link Identifier Information
Placeholder Parameter String in Return Description, separated by commas
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"
}{
"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