first
This commit is contained in:
11
src/api/modules/ad/by.ts
Normal file
11
src/api/modules/ad/by.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
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<ResPage<ByList.ResList>>(getGuangGaoBaoYangRuZhuListApiUrl, params);
|
||||
};
|
||||
Reference in New Issue
Block a user