debug
This commit is contained in:
@@ -3,9 +3,7 @@ import { YxList } from "@/api/interface/ad/yx";
|
||||
import http from "@/api";
|
||||
import { getGuangGaoYouXiListApiUrl } from "@/api/config";
|
||||
|
||||
/**
|
||||
* @name 广告列表 -- yx
|
||||
*/
|
||||
|
||||
export const ListApi = (params: YxList.ReqParams) => {
|
||||
return http.get<ResPage<YxList.ResList>>(getGuangGaoYouXiListApiUrl, params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user