接口初步对接,正在调试数据处理方法...

This commit is contained in:
ZhanGSKen
2025-06-05 11:59:36 +08:00
parent a500decc7a
commit dee01f1179
10 changed files with 337 additions and 29 deletions

View File

@@ -24,5 +24,8 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
// 网络连接类库
api 'com.squareup.okhttp3:okhttp:4.4.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
// 添加Gson依赖
api 'com.google.code.gson:gson:2.10.1'
}