mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
新增直播间中 推荐直播间以及对于直播间的一些操作
This commit is contained in:
@@ -9,10 +9,11 @@ import { http, Method } from "@/utils/request.js";
|
||||
* @param {*}
|
||||
* @returns
|
||||
*/
|
||||
export function getLiveList() {
|
||||
export function getLiveList(params) {
|
||||
return http.request({
|
||||
url: `broadcast/studio`,
|
||||
method: Method.GET,
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user