1:点唱房添加在离线

2:修改心跳时长
This commit is contained in:
2025-12-02 10:56:37 +08:00
parent 980ec43e6c
commit 1ec1b12e6c
8 changed files with 73 additions and 6 deletions

View File

@@ -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 {