public interface LiveService<T>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
createLiveRoom(T room) |
String |
deleteLiveRoom(T room) |
String |
getLiveRoomInfo(T room) |
String |
getLiveRoomStatus(T room) |
String |
getRoomList(T room,
Integer page,
Integer limit) |
String |
updateLiveRoom(T room) |
Copyright © 2021. All rights reserved.