mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 10:57:25 +08:00
直播功能
This commit is contained in:
@@ -17,6 +17,23 @@ export function getLiveList(params) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取直播间详情
|
||||
* @deprecated 请使用 api/live.js 中的 getLiveRoomById
|
||||
* @param {number} roomId 直播间房间号
|
||||
*/
|
||||
export function getLiveDetail(roomId) {
|
||||
return http.request({
|
||||
url: `broadcast/studio`,
|
||||
method: Method.GET,
|
||||
params: {
|
||||
pageNumber: 1,
|
||||
pageSize: 1,
|
||||
roomId,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前拼团活动的未成团的会员
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user