From e2358be947e219f6a54d9e4a800c93ec15216b87 Mon Sep 17 00:00:00 2001
From: gao <gaoleox@163>
Date: Wed, 27 May 2020 15:44:10 +0800
Subject: [PATCH] 快捷买入查下详情接口
---
src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java b/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java
index bc04524..df45836 100644
--- a/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java
+++ b/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java
@@ -1,5 +1,7 @@
package com.xcong.excoin;
+import com.xcong.excoin.common.enumerates.CoinTypeEnum;
+import com.xcong.excoin.common.enumerates.SymbolEnum;
import com.xcong.excoin.modules.test.dao.TestUserDao;
import com.xcong.excoin.modules.test.entity.TestUserEntity;
import com.xcong.excoin.modules.test.service.TestUserService;
@@ -46,5 +48,10 @@
}
+ @Test
+ public void enumTest() {
+ System.out.println(SymbolEnum.BCH.getValue());
+ }
+
}
--
Gitblit v1.9.1