切歌接口添加新参数isAutoNext 0:被动,1:自动。

This commit is contained in:
2025-12-16 15:06:26 +08:00
parent 19bc9dbad8
commit ea2b45c1be
7 changed files with 37 additions and 29 deletions

View File

@@ -693,7 +693,7 @@ public interface ApiServer {
@FormUrlEncoded
@POST(Constants.CHANGE_SONG)
Call<BaseModel<String>> changeSong(@Field("room_id") String roomId, @Field("now_did") String now_did);
Call<BaseModel<String>> changeSong(@Field("room_id") String roomId, @Field("now_did") String now_did,@Field("is_auto_next") String is_auto_next);
@FormUrlEncoded
@POST(Constants.POST_HOST_LIST)