接口名称:
收费标准列表
接口描述:
收费标准列表
请求路径:
/fee/detail/standard/list请求方式:
GET请求参数:
- Header
| 参数名 | 参数值 | 必填 | 描述 |
|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | Y |
- Param
| 参数名 | 类型 | 必选 | 描述 |
|---|---|---|---|
| pageNo | Integer | Y | 页数 |
| rowCount | Integer | Y | 每页行数 |
| sn | Integer | N | 收费标准编号 |
- Body
请求示例:
pageNo=null&rowCount=null&sn=null
返回参数:
| 参数名 | 类型 | 必选 | 描述 |
|---|---|---|---|
| data | List |
N | 响应内容 |
| └─element | FeeStandardVo | Y | |
| └─└─sn | Integer | Y | 收费标准序号 |
| └─└─priority | Integer | N | 优先级 |
| └─└─devKind | Integer | Y | 收费类型 |
| └─└─name | String | Y | 收费标准名称 |
| └─└─memo | String | N | 备注 |
| └─└─detail | List |
N | 收费详情 |
| count | long | N | 总数 |
| code | int | N | 响应码 |
| message | String | N | 响应信息 |
返回示例:
{
"data": [
{
"sn": 0,
"priority": 0,
"devKind": 0,
"name": "",
"memo": "",
"detail": [
{
"feeSn": 0,
"feeItemSn": 0,
"paperId": 0,
"unit": "",
"pageLimit": 0,
"materialFee": 0,
"manualFee": 0,
"monoFee": 0,
"colorFee": 0,
"feeName": "",
"memo": ""
}
]
}
],
"count": 0,
"code": 0,
"message": ""
}文档更新时间: 2023-10-11 14:23 作者:吴温立