Send a code query interface
- Interface Path:
/send/new/getCode
- Request method:
POST
Parameter
Parameter name | Required | type | instructions |
---|---|---|---|
sendId | No | String | - |
codeType | No | Integer | - |
sendCodeInvalidTime | No | String | - |
expressCompanyType | No | Object | - |
channelSourceCode | No | Byte | - |
Return parameter description
Parameter name | type | instructions | Value of the sample |
---|---|---|---|
Code | String | - | 000000000 |
Msg | String | - | success |
Data | Object | - | - |
Return the sample
{
"msg": "success",
"code": "000000000",
"data": ""
}