文档
测试

获取消费标准 Get price standard

POST
https://dataopen.lvcchong.com/open/oem/getPriceStandard

接口描述

获取消费标准信息

请求头

参数名
类型
描述
必填
token
String
身份标识 Identification
必填

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
name
String
消费标准名称 standard name
可选
deviceFamily
Integer
设备类型 0 二轮车 1 新能源汽车
可选

响应参数

参数名
类型
描述
必填
code
String
code
可选
error
String
error message 错误信息
可选
data
object
数据字典
可选
page
object
数据字典
必填
total
int
数据总数
必填
pages
int
总页数
必填
pageSize
int
每页数量
必填
pageNum
int
当前页数
必填
list
array
数据列表
必填
chargeType
int
收费方式(Payment Method) 0、限定充值余额(Max Top-up Balance) 1、预收款(Prepaid
必填
createUserId
int
创建用户ID Create User ID
必填
deviceFamily
int
设备类型 0 二轮车 1 新能源汽车
必填
deviceType
String
所支持的设备类型 Supported device types
必填
fullBlackout
int
0、关闭充满断电(Turnoff ‘Power off when full’) 1、开户充满断电(Turnon ‘Power off when full’) 2、开户充满断电并选择X元充满(Turnon ‘Power off when full’, Set ‘ Pay X USD Charge Full’)
必填
fullPrice
int
X元充满价格 单位:分 Full Charge Price, Unit: Cent
必填
fullPriceYuan
int
X元充满价格 单位:元 Full Charge Price, Unit: USD
必填
id
int
id
必填
limitMoney
int
最低余额 单位:分 Minimum Balance Unit: Cent
必填
maxTime
int
最大允许充电时长 单位:分钟 Maximum allowable charging time Unit: Minutes
必填
minimumCharge
int
最低消费 0 关闭 1开启
必填
minimumMoney
int
最低消费金额
必填
name
string
消费标准名称
必填
ownerId
int
公众号id
必填
peakPlainValley
int
是否开启峰平谷:0、关闭 1、开启
必填
powerType
int
0:平均功率 1:最大功率
必填
priceStandardTbody
array
消费标准明细 Consumption Standard Description
必填
endTime
int
结束时间戳(毫秒
必填
id
int
明细id
必填
price
int
单价
必填
priceStandardId
int
消费标准主表id
必填
priceUnit
string
单价单位
必填
priceYuan
int
单价 单位:元
必填
startTime
int
开始时间戳(毫秒)
必填
time
int
充电时长
必填
timeUnit
string
充电时长单位
必填
realTimeCharge
int
是否开户实时计费 Real-time billing 0、关闭(Turnoff) 1、开启(Turnon)
必填
refundType
int
退款方式(Refund Method) 0、退余额(Refund Balance) 1、原路退回(Refund to the payment account
必填
remark
string
备注
必填
type
int
消费标准类型(Consumption Standard Type)'0、自定义时间;1、功率分段;2、电量计费'
必填
viewType
int
显示开电方式(Power-on display mode) 1、时间(Time) 2、金额(Money) 3、电量(Electricity)
必填
success
boolean
示例:true
必填

说明 / 示例

说明 返回示例 Return the example ``` { "data": { "page": { "total": 1097, "pages": 1097, "pageSize": 1, "pageNum": 1 }, "list": [ { "chargeType": 0, "createUserId": 2260, "deviceAssociateCount": 0, "deviceFamily": 0, "deviceType": "null", "fullBlackout": 0, "fullPrice": 0, "fullPriceYuan": 0, "id": 19464, "limitMoney": 0, "maxTime": 960, "minimumCharge": 0, "minimumMoney": 0, "name": "固定金额-1元240分钟", "ownerId": 0, "peakPlainValley": 0, "powerType": 0, "priceStandardTbody": [ { "endTime": 57599000, "id": 3113, "price": 100, "priceStandardId": 19464, "priceUnit": "yuan", "priceYuan": 1, "startTime": -28800000, "time": 240, "timeUnit": "min" } ], "realTimeCharge": 1, "refundType": 1, "remark": "", "type": 0, "viewType": 1 } ] }, "success": true } ```