|
@@ -68,8 +68,9 @@ public class AESUtil {
|
|
System.out.println(l);
|
|
System.out.println(l);
|
|
jsonRequest.setTimestamp(l);
|
|
jsonRequest.setTimestamp(l);
|
|
jsonRequest.setAseKey(aseKeyStr);
|
|
jsonRequest.setAseKey(aseKeyStr);
|
|
|
|
+ jsonRequest.setBody(encrypt);
|
|
System.out.println(aseKeyStr);
|
|
System.out.println(aseKeyStr);
|
|
- Map<String, Object> paramMap = RSAUtil.bean2Map(businessParams);
|
|
|
|
|
|
+ Map<String, Object> paramMap = RSAUtil.bean2Map(jsonRequest);
|
|
// 参数排序
|
|
// 参数排序
|
|
Map<String, Object> sortedMap = RSAUtil.sort(paramMap);
|
|
Map<String, Object> sortedMap = RSAUtil.sort(paramMap);
|
|
// 拼接参数:key1Value1key2Value2
|
|
// 拼接参数:key1Value1key2Value2
|