[2.13.0][fix]添加查询消息盒子历史数据
This commit is contained in:
@@ -79,7 +79,7 @@ class OverViewModel(
|
||||
disposable!!.dispose()
|
||||
}
|
||||
// 1分钟查询一次
|
||||
disposable = Observable.interval(0, 60000, TimeUnit.SECONDS)
|
||||
disposable = Observable.interval(0, 60000, TimeUnit.MILLISECONDS)
|
||||
.flatMap {
|
||||
MoGoRetrofitFactory.getInstance(HostConst.getHost())
|
||||
.create(OverViewServiceApi::class.java)
|
||||
|
||||
Reference in New Issue
Block a user