feat: debug
This commit is contained in:
@@ -22,3 +22,15 @@ export const setLevel = (params: VideoList.delParams) => {
|
||||
export const setBoxOffice = (params: VideoList.delParams) => {
|
||||
return http.post<ResPage<ResultData>>(getVideoSetBoxOfficeApiUrl, params);
|
||||
};
|
||||
/**
|
||||
* @name 批量设置视频推荐等级
|
||||
*/
|
||||
export const batchData = (params: VideoList.delParams) => {
|
||||
return http.post<ResPage<ResultData>>(getVideoSetLevelApiUrl, params);
|
||||
};
|
||||
/**
|
||||
* @name 批量设置视频推荐等级
|
||||
*/
|
||||
export const batchVipData = (params: VideoList.delParams) => {
|
||||
return http.post<ResPage<ResultData>>(getVideoSetLevelApiUrl, params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user