提交 071a90b5 authored 作者: zhengfg's avatar zhengfg

1、更新测试案例

上级 d6441d78
......@@ -45,6 +45,8 @@ public class ZionApplicationTests {
@Test
public void contextLoads() throws InterruptedException, URISyntaxException, IOException, ExecutionException, StripeException, TimeoutException {
Map map=new HashMap();
map.entrySet();
/*Template t = config.getTemplate("email-template.ftl");
Map<String,String> model=new HashMap<>();
model.put("Name","yonghuming");
......@@ -224,7 +226,7 @@ public class ZionApplicationTests {
System.out.println(new Gson().toJson(charge));*/
/*加密解密*/
/*String key = "``8d47e4d5f4r7d4"; // 128 bit key
String encryptStr=AESUtils.encrypt(key,"pk_test_uljWJWUuD8fzZXPlGtDZ1fxx00o1ZKr7QL");
String encryptStr=AESUtils.encrypt(KeyConstant.AES_KEY,"pk_test_uljWJWUuD8fzZXPlGtDZ1fxx00o1ZKr7QL");
String decryptStr=AESUtils.decrypt(key,encryptStr);
System.out.println(encryptStr);
System.out.println(decryptStr);*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论