整合代码+群组聊天+直播和语音通话修复完成
This commit is contained in:
parent
f6aeb8e01f
commit
6e8f5c4011
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user