liujingxing / rxhttp

🔥🔥🔥 Based on OkHttp encapsulation, support Kotlin Coroutines、RxJava2、RxJava3; 30s to get started.
https://juejin.im/post/5ded221a518825125d14a1d4
Apache License 2.0
3.74k stars 457 forks source link

关于默认域名的问题 #495

Open Jasperben opened 3 months ago

Jasperben commented 3 months ago

我想设置默认域名 国内版本用A域名 海外版本用B域名 该如何去区分设置

liujingxing commented 3 months ago
@DefaultDomain
val domain = if (xxx) "A域名" else "B域名"
liujingxing commented 3 months ago

参考https://github.com/liujingxing/rxhttp/issues/256