优化项目结构

This commit is contained in:
BBIT-Kai
2026-05-07 11:06:52 +08:00
parent 06132ada25
commit 33bffccc46
77 changed files with 2526 additions and 2144 deletions
+7
View File
@@ -45,4 +45,11 @@ dependencies {
// Redis
implementation("org.redisson:redisson:3.38.1")
// 票通集成
implementation("org.bouncycastle:bcprov-jdk18on:1.84")
implementation("org.bouncycastle:bcpkix-jdk18on:1.84")
implementation("io.ktor:ktor-client-core")
implementation("io.ktor:ktor-client-cio")
implementation("io.ktor:ktor-client-content-negotiation")
}