文档
测试

电费规则列表

POST
/p/api/invoke/CdzBossAction.getCnsbPriceList

请求参数

参数名
类型
描述
必填
arg0
string
token
必填
arg1
json
查询条件
必填
name
string
规则名称
必填
companyId
int
运营商id
必填
pageIndex
int
页码
必填
pageSize
int
单页数据量
必填

响应参数

参数名
类型
描述
必填
id
int
数据id
必填
companyId
int
运营商id
必填
companyName
string
运营商名称
必填
name
string
规则名称
必填
description
string
描述
必填
tipPrice
int
尖电费
必填
peakPrice
int
峰电费
必填
flatPrice
int
平电费
必填
throughPrice
int
谷电费
必填

说明 / 示例

```json { "count": 2, "list": [ { "companyId": 11, "companyName": "深圳草木辉信息技术有限公司", "createAccountId": 23, "createTime": 1627951766000, "description": "描述", "flatPrice": 0, "id": 199330, "isDelete": false, "name": "测试规则", "peakPrice": 0, "throughPrice": 0, "tipPrice": 0, "updateTime": 1627951766000 }, { "companyId": 11, "companyName": "深圳草木辉信息技术有限公司", "createAccountId": 23, "createTime": 1627951825000, "description": "描述", "flatPrice": 0, "id": 199331, "isDelete": false, "name": "测试规则1", "peakPrice": 0, "throughPrice": 0, "tipPrice": 0, "updateTime": 1627951825000 } ] } ```