GET api/WebChartUser/Get?openId={openId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WebChartUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OpenId | string |
None. |
|
| IdCard | string |
None. |
|
| Type | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"OpenId": "sample string 2",
"IdCard": "sample string 3",
"Type": 4
}