GET api/WXMini/QueryHisBusiness?parlorcode={parlorcode}&begindate={begindate}&enddate={enddate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
|
| begindate | string |
Required |
|
| enddate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfDaoHisBusiness| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | DaoHisBusiness |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {
"takemoney": "sample string 1"
}
}