This commit is contained in:
2026-01-08 19:36:31 +08:00
parent fce721bfc3
commit a79f7db867
8 changed files with 184 additions and 147 deletions
@@ -13,7 +13,7 @@ import java.util.concurrent.TimeUnit
object ApiClient {
private const val BASE_URL = "http://device.shuziweidao.com:8889/"
private const val TIME_OUT = 60L // 超时时间(秒)
private const val TIME_OUT = 30L // 超时时间(秒)
//todo 临时测试改为5秒
// private const val TIME_OUT = 5L // 超时时间(秒)