GET api/WxEicProdApi/PhoneIsExists?OpenId={OpenId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OpenId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultData| Name | Description | Type | Additional information |
|---|---|---|---|
| succ | boolean |
None. |
|
| msg | string |
None. |
|
| results | Object |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
|
| page | integer |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"succ": true,
"msg": "sample string 2",
"results": {},
"data": {},
"count": 5,
"page": 6,
"code": 7
}