import { ResPage } from "@/api/interface/index"; import { ByList } from "@/api/interface/ad/by"; import http from "@/api"; import { getGuangGaoBaoYangRuZhuListApiUrl } from "@/api/config"; /** * @name 广告列表 -- by */ export const ListApi = (params: ByList.ReqParams) => { return http.get>(getGuangGaoBaoYangRuZhuListApiUrl, params); };