mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +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;
|
||||
|
||||
/**
|
||||
* 令牌
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 练练平台推送信息参数DTO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/5/26 9:26
|
||||
*/
|
||||
@Data
|
||||
public class PushInfoParamDTO {
|
||||
private String pileConnectorCode;
|
||||
|
||||
private String status;
|
||||
}
|
||||
Reference in New Issue
Block a user