整合代码+群组聊天+直播和语音通话修复完成

This commit is contained in:
xiao12feng8 2025-12-31 20:06:17 +08:00
parent f6aeb8e01f
commit 6e8f5c4011

View File

@ -490,7 +490,6 @@ public interface ApiService {
Call<ApiResponse<GroupMessageResponse>> sendGroupMessage(
@Path("groupId") long groupId,
@Body Map<String, Object> body);
}
// ==================== 主播认证接口 ====================
@ -511,3 +510,4 @@ public interface ApiService {
*/
@GET("api/front/streamer/applications")
Call<ApiResponse<List<Map<String, Object>>>> getStreamerApplications();
}