文档
测试

获取消费标准详情 Get consumption standard Detail

POST
/getPriceStandardDetailInfo

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
priceStandardId
String
消费标准Id
必填

响应参数

参数名
类型
描述
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填
code
String
code
可选
error
String
error message 错误信息
可选
data
object
数据字典
必填
chargeType
int
示例:0
必填
coinParam
int
示例:240
必填
createUserId
int
示例:1
必填
deviceAssociateCount
int
示例:0
必填
deviceFamily
int
示例:0
必填
deviceType
string
示例:[1]
必填
fullBlackout
int
示例:0
必填
fullPrice
int
示例:0
必填
fullPriceYuan
int
示例:0
必填
id
int
示例:1
必填
limitMoney
int
示例:0
必填
limitMoneyYuan
int
示例:0
必填
maxTime
int
示例:960
必填
name
string
示例:固定金额-1元240分钟
必填
noticeList
array
数据列表
必填
ownerId
int
示例:-1
必填
peakPlainValley
int
示例:0
必填
powerType
int
示例:0
必填
priceStandardCustomizeList
array
数据列表
必填
endTime
int
示例:57599000
必填
id
int
示例:318
必填
price
int
示例:100
必填
priceStandardId
int
示例:1
必填
priceUnit
string
示例:yuan
必填
priceYuan
int
示例:1
必填
startTime
int
示例:-28800000
必填
time
int
示例:240
必填
timeUnit
string
示例:min
必填
priceStandardUniteList
array
数据列表
必填
chargeBefore
int
示例:0
必填
endTime
int
示例:57599000
必填
fullBlackoutForButton
int
示例:0
必填
id
int
示例:318
必填
isAdvanceReceive
int
示例:1
必填
originalMoney
int
示例:1
必填
param
int
示例:240
必填
paramUnit
string
示例:min
必填
paramUnitName
string
示例:分钟
必填
paramView
int
示例:240
必填
price
int
示例:100
必填
pricePay
int
示例:1
必填
priceUnit
string
示例:yuan
必填
priceUnitName
string
示例:元
必填
priceView
int
示例:1
必填
startTime
int
示例:-28800000
必填
realTimeCharge
int
示例:0
必填
refundName
string
示例:退余额
必填
refundType
int
示例:0
必填
remark
string
示例:
必填
totalElectricFee
int
示例:1
必填
totalElectricFeeYuan
int
示例:1
必填
type
int
示例:0
必填
viewType
int
示例:1
必填

说明 / 示例

说明 返回示例 Return the example ``` { "data": { "chargeType": 0, "coinParam": 240, "createUserId": 1, "deviceAssociateCount": 0, "deviceFamily": 0, "deviceType": "[1]", "fullBlackout": 0, "fullPrice": 0, "fullPriceYuan": 0, "id": 1, "limitMoney": 0, "limitMoneyYuan": 0, "maxTime": 960, "name": "固定金额-1元240分钟", "noticeList": [ "1.0元240.0分钟", "2.0元480.0分钟", "3.0元720.0分钟", "4.0元960.0分钟" ], "ownerId": -1, "peakPlainValley": 0, "powerType": 0, "priceStandardCustomizeList": [ { "endTime": 57599000, "id": 318, "price": 100, "priceStandardId": 1, "priceUnit": "yuan", "priceYuan": 1, "startTime": -28800000, "time": 240, "timeUnit": "min" }, { "endTime": 57599000, "id": 319, "price": 200, "priceStandardId": 1, "priceUnit": "yuan", "priceYuan": 2, "startTime": -28800000, "time": 480, "timeUnit": "min" }, { "endTime": 57599000, "id": 320, "price": 300, "priceStandardId": 1, "priceUnit": "yuan", "priceYuan": 3, "startTime": -28800000, "time": 720, "timeUnit": "min" }, { "endTime": 57599000, "id": 321, "price": 400, "priceStandardId": 1, "priceUnit": "yuan", "priceYuan": 4, "startTime": -28800000, "time": 960, "timeUnit": "min" } ], "priceStandardUniteList": [ { "chargeBefore": 0, "endTime": 57599000, "fullBlackoutForButton": 0, "id": 318, "isAdvanceReceive": 1, "originalMoney": 1, "param": 240, "paramUnit": "min", "paramUnitName": "分钟", "paramView": 240, "price": 100, "pricePay": 1, "priceUnit": "yuan", "priceUnitName": "元", "priceView": 1, "startTime": -28800000 }, { "chargeBefore": 0, "endTime": 57599000, "fullBlackoutForButton": 0, "id": 319, "isAdvanceReceive": 1, "originalMoney": 2, "param": 480, "paramUnit": "min", "paramUnitName": "分钟", "paramView": 480, "price": 200, "pricePay": 2, "priceUnit": "yuan", "priceUnitName": "元", "priceView": 2, "startTime": -28800000 }, { "chargeBefore": 0, "endTime": 57599000, "fullBlackoutForButton": 0, "id": 320, "isAdvanceReceive": 1, "originalMoney": 3, "param": 720, "paramUnit": "min", "paramUnitName": "分钟", "paramView": 720, "price": 300, "pricePay": 3, "priceUnit": "yuan", "priceUnitName": "元", "priceView": 3, "startTime": -28800000 }, { "chargeBefore": 0, "endTime": 57599000, "fullBlackoutForButton": 0, "id": 321, "isAdvanceReceive": 1, "originalMoney": 4, "param": 960, "paramUnit": "min", "paramUnitName": "分钟", "paramView": 960, "price": 400, "pricePay": 4, "priceUnit": "yuan", "priceUnitName": "元", "priceView": 4, "startTime": -28800000 } ], "realTimeCharge": 0, "refundName": "退余额", "refundType": 0, "remark": "", "totalElectricFee": 1, "totalElectricFeeYuan": 1, "type": 0, "viewType": 1 }, "success": true } ```