|
@@ -304,7 +304,7 @@ public class RSAUtil {
|
|
uuid = uuid.replace("-", "");
|
|
uuid = uuid.replace("-", "");
|
|
return uuid;
|
|
return uuid;
|
|
}
|
|
}
|
|
- public static void main(String[] args) throws Exception {
|
|
|
|
|
|
+/* public static void main(String[] args) throws Exception {
|
|
//业务参数
|
|
//业务参数
|
|
Map<String,Object> businessParams = new HashMap<>();
|
|
Map<String,Object> businessParams = new HashMap<>();
|
|
businessParams.put("id_card","340104");
|
|
businessParams.put("id_card","340104");
|
|
@@ -364,5 +364,5 @@ public class RSAUtil {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
throw new RuntimeException("请求参数解密异常");
|
|
throw new RuntimeException("请求参数解密异常");
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
}
|
|
}
|