POST common/sendCode?phone={phone}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| phone | string |
Required |
|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonStringModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | string |
None. |
|
| code | string |
None. |
|
| msg | string |
None. |
|
| msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": "sample string 1",
"code": "sample string 2",
"msg": "sample string 3",
"msgDevelop": "sample string 4"
}