Json数据适配吻合

This commit is contained in:
ZhanGSKen
2025-06-05 15:06:55 +08:00
parent bc697279ad
commit 476ce02fc8
6 changed files with 63 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ 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'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
// 添加Gson依赖
api 'com.google.code.gson:gson:2.10.1'