贺小梅
Results
3
comments of
贺小梅
能实现点击按钮进行页面的切换吗?
the latest version(4.13.2) Still have this problem
### You can do it like below, I tested it and there is no problem. > class PrdOkHttpClientImpl private constructor(): HttpClient { private val client = OkHttpClient.Builder() .connectTimeout(20_000, TimeUnit.MILLISECONDS) .readTimeout(20_000,...