This commit is contained in:
Your Name
2026-04-15 12:00:09 +08:00
parent 2962da0907
commit 845d68110b
426 changed files with 43961 additions and 34179 deletions

View File

@@ -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);
};