文档
测试

电费规则详情

POST
/p/api/invoke/CdzBossAction.getCnsbPriceById

请求参数

参数名
类型
描述
必填
arg0
string
token
必填
arg1
int
数据id
必填

响应参数

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

说明 / 示例

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