GET api/AppPointDish/GetVerifyCode?parlorcode={parlorcode}&phonenumber={phonenumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
|
| phonenumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": "sample string 3"
}