GET api/WXMini/GetPersonRight?pid={pid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

string

Required

Body Parameters

None.

Response Information

Resource Description

ReMsgOfListOfS_LevelRight
NameDescriptionTypeAdditional 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"
    }
  ]
}