导入名单,下发名单,删除名单基本功能完善(没测试) 设备名单查询、流水查询调整完善
diff --git a/build.gradle b/build.gradle
index d1cb98a..2fe4ee1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,6 +17,14 @@
 doorVersion = gitVersion()
 repositories {
     mavenCentral()
+
+    maven {
+        url "http://ykt-nx.supwisdom.com/repository/ecard-repo/"
+        credentials {
+            username 'ecard'
+            password 'Ecard4SUP'
+        }
+    }
 }
 
 def startClass = 'com.supwisdom.dlpay.DoorApplicationKt'
@@ -76,9 +84,13 @@
     implementation 'cn.afterturn:easypoi-web:3.0.3'
     implementation 'cn.afterturn:easypoi-base:3.0.3'
 
+    implementation 'com.github.penggle:kaptcha:2.3.2'
+
 
     annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
 
+    compile 'com.supwisdom:payapi-sdk:e4bf762'
+
     testImplementation 'org.springframework.boot:spring-boot-starter-test'
     testImplementation 'io.rest-assured:rest-assured:3.3.0'
     testImplementation 'io.rest-assured:spring-mock-mvc:3.3.0'