GET api/WXMini/GetPersonRight?pid={pid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfS_LevelRight| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of S_LevelRight |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": [
{
"LevelCode": "sample string 1",
"ModalCode": "sample string 2"
},
{
"LevelCode": "sample string 1",
"ModalCode": "sample string 2"
}
]
}