1:点唱房添加在离线
2:修改心跳时长
This commit is contained in:
@@ -23,7 +23,7 @@ class ForegroundService : Service() {
|
||||
Log.d("ForegroundService", "Timer task ${logInt++}")
|
||||
RetrofitClient.getInstance().keepXintiao();
|
||||
}
|
||||
}, 0L, 10000L)
|
||||
}, 0L, 60000L)
|
||||
}
|
||||
|
||||
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
||||
|
||||
Reference in New Issue
Block a user