import http from "./http"; //推广查询接口 export const GetPageDataApi = (data) => http.post("api/Sys_PromotStatistics/GetPageData", data);