mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
update 设备状态变化推送联联平台接口
This commit is contained in:
@@ -19,22 +19,22 @@ public class LianLianPushStationInfoDTO {
|
||||
/**
|
||||
* 运营商id
|
||||
*/
|
||||
private String OperatorID;
|
||||
private String operatorID;
|
||||
|
||||
/**
|
||||
* 签名秘钥
|
||||
*/
|
||||
private String SigSecret;
|
||||
private String signSecret;
|
||||
|
||||
/**
|
||||
* 消息密钥
|
||||
*/
|
||||
private String DataSecret;
|
||||
private String dataSecret;
|
||||
|
||||
/**
|
||||
* 消息密钥初始化向量
|
||||
*/
|
||||
private String DataSecretIV;
|
||||
private String dataSecretIv;
|
||||
|
||||
/**
|
||||
* 令牌
|
||||
|
||||
Reference in New Issue
Block a user