替换接口新名称

This commit is contained in:
Martin
2024-09-07 13:23:08 +08:00
parent 89e4373d81
commit 1576a75c08
26 changed files with 215 additions and 216 deletions

View File

@@ -333,7 +333,7 @@ public class LiveFloatView implements Function1<FloatCallbacks.Builder, Unit> {
private Runnable liveCheck = new Runnable() {
@Override
public void run() {
HttpClient.getInstance().get("Live.checkLive", "")
HttpClient.getInstance().get("jianchazhibo", "")
.params("liveuid", mLiveBean.getUid())
.params("stream", mLiveBean.getStream())
.execute(new HttpCallback() {