文档
测试
GET
http://192.168.1.88:8080/api/fee_configuration/

请求头

参数名
类型
描述
必填
Authorization
string
jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VybmFtZSI6ImFkbWluIiwiZXhwIjoxNTk5MDE3MTQ0LCJlbWFpbCI6IiJ9.b7ck_L64UqV-e31vjouT4rsSKxnTiqeWBBWAQfu8Mgg
必填

响应参数

参数名
类型
描述
必填
current_page
int
示例:1
必填
next
object
示例:null
必填
count
int
示例:8
必填
results
array
数据列表
必填
id
int
示例:1
必填
fee_type
string
示例:峰电费率
必填
value
string
示例:1.50
必填
unit_name
string
示例:kWh
必填
unit_price
string
示例:1.50元/kWh
必填
device_type_name
string
示例:电表
必填
is_peak_valley_plain_configuration
boolean
示例:true
必填
previous
object
示例:null
必填
size
int
示例:10
必填
pages
int
示例:1
必填

说明 / 示例

# ****以下是响应内容示例**** { "current_page": 1, "next": null, "count": 8, "results": [ { "id": 1, "fee_type": "峰电费率", "value": "1.50", "unit_name": "kWh", "unit_price": "1.50元/kWh", "device_type_name": "电表", "is_peak_valley_plain_configuration": true }, { "id": 2, "fee_type": "谷电费率", "value": "0.80", "unit_name": "kWh", "unit_price": "0.80元/kWh", "device_type_name": "电表", "is_peak_valley_plain_configuration": true }, { "id": 3, "fee_type": "平电费率", "value": "1.20", "unit_name": "kWh", "unit_price": "1.20元/kWh", "device_type_name": "电表", "is_peak_valley_plain_configuration": true }, { "id": 4, "fee_type": "水费", "value": "0.50", "unit_name": "m³", "unit_price": "0.50元/m³", "device_type_name": "水表", "is_peak_valley_plain_configuration": false }, { "id": 5, "fee_type": "气费", "value": "0.80", "unit_name": "m³", "unit_price": "0.80元/m³", "device_type_name": "气", "is_peak_valley_plain_configuration": false }, { "id": 6, "fee_type": "热量费", "value": "1.00", "unit_name": "kWh", "unit_price": "1.00元/kWh", "device_type_name": "热量表", "is_peak_valley_plain_configuration": false }, { "id": 7, "fee_type": "冷量费", "value": "1.00", "unit_name": "kWh", "unit_price": "1.00元/kWh", "device_type_name": "冷量表", "is_peak_valley_plain_configuration": false }, { "id": 8, "fee_type": "电费", "value": "1.00", "unit_name": "kWh", "unit_price": "1.00元/kWh", "device_type_name": "电表", "is_peak_valley_plain_configuration": false } ], "previous": null, "size": 10, "pages": 1 }