云寓开放平台
技术支持:0571-87320863

查询日冻结记录

http://api.hiyunyu.com/rest/waterMeter/queryDailyCalInfo

参数名 类型 是否必须 默认值 说明
appId String 客户端应用ID
token String 授权访问令牌
timestamp Long 请求提交的时间戳
signMethod String md5 签名方法,默认md5
sign String 请求签名,签名算法见“应用接入说明”
参数名 类型 是否必须 默认值 说明
mtrcode String true 水表表号
endDate Long true 截止日期

查找截止日起5天内的日冻结记录

名称 类型 示例值 描述
size Integer 日结记录数
dailyCalInfoList->ammeterNo String 水表号
dailyCalInfoList->calcDate Long 日结日期
dailyCalInfoList->r Double 水能总示数
dailyCalInfoList->calcPq Double 计算水量
dailyCalInfoList->calcAmt Double 计算水费
dailyCalInfoList->actAmt Double 结算余额
isSuccess Boolean true 请求状态,true成功,false失败
code Long 0 消息码
msg String 消息内容