mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增 对接平台配置表
This commit is contained in:
@@ -1270,9 +1270,15 @@ public class LianLianServiceImpl implements LianLianService {
|
||||
|
||||
Map<String, String> resultMap = Maps.newLinkedHashMap();
|
||||
// 加密数据 TODO vo对象加密
|
||||
resultMap.put("data", "");
|
||||
// byte[] encryptText = Cryptos.aesEncrypt(JSONObject.toJSONString(vo).getBytes(),
|
||||
// dataSecret.getBytes(), dataSecretIV.getBytes());
|
||||
// String encryptData = Encodes.encodeBase64(encryptText);
|
||||
|
||||
// resultMap.put("Data", encryptData);
|
||||
// 生成sig TODO 生成sig
|
||||
resultMap.put("sig", "");
|
||||
String resultSign = GBSignUtils.sign(resultMap, operatorSecret);
|
||||
resultMap.put("Sig", resultSign);
|
||||
|
||||
return resultMap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user