stallutilitybill - 摊位水电费账单接口
- api/stall/stallutilitybill/getlist GET 获取列表
- api/stall/stallutilitybill/get GET 获取指定信息
- api/stall/stallutilitybill/create POST 新增
- api/stall/stallutilitybill/update POST 修改
- api/stall/stallutilitybill/delete POST 删除
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| pageIndex | integer | |
| pageSize | integer | |
| shopId | integer | |
| stallId | integer |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | [...] | |
| ┆- date | date | 日期(月) |
| ┆- elecConsumption | decimal number | 用电量 |
| ┆- elecPrice | decimal number | 电单价 |
| ┆- elecRate | decimal number | 电费 |
| ┆- id | integer | id |
| ┆- shopId | integer | 门店Id |
| ┆- shopName | string | 门店名称 |
| ┆- stallCode | string | 摊位号 |
| ┆- stallId | integer | 摊位Id |
| ┆- stallName | string | 摊位名称 |
| ┆- waterConsumption | decimal number | 用水量 |
| ┆- waterPrice | decimal number | 水单价 |
| ┆- waterRate | decimal number | 水费 |
| pageIndex | integer | |
| pageSize | integer | |
| sumData | {...} | |
| ┆- date | date | 日期(月) |
| ┆- elecConsumption | decimal number | 用电量 |
| ┆- elecPrice | decimal number | 电单价 |
| ┆- elecRate | decimal number | 电费 |
| ┆- id | integer | id |
| ┆- shopId | integer | 门店Id |
| ┆- shopName | string | 门店名称 |
| ┆- stallCode | string | 摊位号 |
| ┆- stallId | integer | 摊位Id |
| ┆- stallName | string | 摊位名称 |
| ┆- waterConsumption | decimal number | 用水量 |
| ┆- waterPrice | decimal number | 水单价 |
| ┆- waterRate | decimal number | 水费 |
| totalCount | integer |
响应示例
application/json, text/json
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | integer |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| date | date | 日期(月) |
| elecConsumption | decimal number | 用电量 |
| elecPrice | decimal number | 电单价 |
| elecRate | decimal number | 电费 |
| id | integer | id |
| shopId | integer | 门店Id |
| shopName | string | 门店名称 |
| stallCode | string | 摊位号 |
| stallId | integer | 摊位Id |
| stallName | string | 摊位名称 |
| waterConsumption | decimal number | 用水量 |
| waterPrice | decimal number | 水单价 |
| waterRate | decimal number | 水费 |
响应示例
application/json, text/json
{
"shopId": 1,
"shopName": "",
"stallId": 3,
"stallCode": "",
"stallName": "",
"date": "2026-01-15 10:11:34",
"waterConsumption": 7.0,
"waterPrice": 8.0,
"waterRate": 9.0,
"elecConsumption": 10.0,
"elecPrice": 11.0,
"elecRate": 12.0,
"id": 13
}
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| date | date | 日期(月) |
| elecConsumption | decimal number | 用电量 |
| elecPrice | decimal number | 电单价 |
| elecRate | decimal number | 电费 |
| id | integer | id |
| shopId | integer | 门店Id |
| shopName | string | 门店名称 |
| stallCode | string | 摊位号 |
| stallId | integer | 摊位Id |
| stallName | string | 摊位名称 |
| waterConsumption | decimal number | 用水量 |
| waterPrice | decimal number | 水单价 |
| waterRate | decimal number | 水费 |
请求示例
application/json, text/json
{
"shopId": 1,
"shopName": "",
"stallId": 3,
"stallCode": "",
"stallName": "",
"date": "2026-01-15 10:11:34",
"waterConsumption": 7.0,
"waterPrice": 8.0,
"waterRate": 9.0,
"elecConsumption": 10.0,
"elecPrice": 11.0,
"elecRate": 12.0,
"id": 13
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | 附加信息 |
| status | string | 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时 |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| date | date | 日期(月) |
| elecConsumption | decimal number | 用电量 |
| elecPrice | decimal number | 电单价 |
| elecRate | decimal number | 电费 |
| id | integer | id |
| shopId | integer | 门店Id |
| shopName | string | 门店名称 |
| stallCode | string | 摊位号 |
| stallId | integer | 摊位Id |
| stallName | string | 摊位名称 |
| waterConsumption | decimal number | 用水量 |
| waterPrice | decimal number | 水单价 |
| waterRate | decimal number | 水费 |
请求示例
application/json, text/json
{
"shopId": 1,
"shopName": "",
"stallId": 3,
"stallCode": "",
"stallName": "",
"date": "2026-01-15 10:11:34",
"waterConsumption": 7.0,
"waterPrice": 8.0,
"waterRate": 9.0,
"elecConsumption": 10.0,
"elecPrice": 11.0,
"elecRate": 12.0,
"id": 13
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | 附加信息 |
| status | string | 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时 |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
请求参数
| 无 |
|---|
请求示例
application/json, text/json
{}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | 附加信息 |
| status | string | 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时 |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}