GET api/WXMini/GetAllParlors

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ReMsgOfListOfS_ParlorInfo
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Collection of S_ParlorInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": [
    {
      "ParlorCode": "sample string 1",
      "ParlorName": "sample string 2",
      "ParlorType": "sample string 3"
    },
    {
      "ParlorCode": "sample string 1",
      "ParlorName": "sample string 2",
      "ParlorType": "sample string 3"
    }
  ]
}