GET api/WXMini/QueryBookDetail?parlorcode={parlorcode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
parlorcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfDaoBookInfoName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
data | Collection of DaoBookInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "data": [ { "DesPerson": "sample string 1", "DeptName": "sample string 2", "DesTableCount": 1 }, { "DesPerson": "sample string 1", "DeptName": "sample string 2", "DesTableCount": 1 } ] }