云寓开放平台
技术支持:0571-87320863
应用接入说明
API开发文档
API接口测试
接口功能:
创建电价规则
请求URL:
http://api.hiyunyu.com/rest/smartMeter/addPriceInfo
公共参数:
参数名
类型
是否必须
默认值
说明
appId
String
是
客户端应用ID
token
String
是
授权访问令牌
timestamp
Long
是
请求提交的时间戳
signMethod
String
否
md5
签名方法,默认md5
sign
String
否
请求签名,签名算法见“应用接入说明”
业务参数:
参数名
类型
是否必须
默认值
说明
priceName
String
true
电价规则名称
synthesisPrc
Double
true
单费率电价
synthesisTprc
Double
true
复费率尖峰电价
synthesisNprc
Double
true
复费率峰电价
synthesisVprc
Double
true
复费率平电价
synthesisPprc
Double
true
复费率谷电价
调用说明:
为本公寓创建一个电价规则,配表时可以指定应用的电价规则
调用API测试
响应参数:
名称
类型
示例值
描述
result
String
新增结果,成功succeed,失败failed
isSuccess
Boolean
true
请求状态,true成功,false失败
code
Long
0
消息码
msg
String
消息内容