添加云宝云测试接口

This commit is contained in:
ZhanGSKen
2025-06-04 11:21:26 +08:00
parent b0388a2972
commit 4842a1ec30
8 changed files with 108 additions and 5 deletions

View File

@@ -22,4 +22,7 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
// 网络连接类库
api 'com.squareup.okhttp3:okhttp:4.4.1'
}