mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 华为相关接口调用入口
This commit is contained in:
@@ -200,7 +200,7 @@ public interface HuaWeiService {
|
||||
|
||||
|
||||
/**
|
||||
* 平台充电设备编码同步
|
||||
* 平台充电设备编码同步 (相当于pushStationInfo)
|
||||
* 平台 --> 华为
|
||||
*
|
||||
* notification_operation_system_info
|
||||
|
||||
@@ -108,7 +108,9 @@ public class HttpRequestUtil {
|
||||
String dataSecretIV, String operatorId, String sigSecret){
|
||||
String type = ThirdPartyOperatorIdEnum.getTypeByOperatorId(operatorId);
|
||||
String label = ThirdPlatformTypeEnum.getLabelByCode(type);
|
||||
|
||||
if(StringUtils.isBlank(label)) {
|
||||
label = operatorId + "(" + url + ")";
|
||||
}
|
||||
log.info(label + "发送请求 data:{}", data);
|
||||
//加密
|
||||
byte[] encryptText = Cryptos.aesEncrypt(data.getBytes(),
|
||||
|
||||
Reference in New Issue
Block a user