提交
This commit is contained in:
24
pxdj-merch-uni/src/api/index/index.ts
Normal file
24
pxdj-merch-uni/src/api/index/index.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export const getPackageData = () =>
|
||||
http.request({
|
||||
url: "/p/merchantPage/packageData",
|
||||
method: "GET",
|
||||
});
|
||||
|
||||
export const getOrderManageData = () =>
|
||||
http.request({
|
||||
url: "/p/merchantPage/orderManageData",
|
||||
method: "GET",
|
||||
});
|
||||
|
||||
export const getManageData = () =>
|
||||
http.request({
|
||||
url: "/p/merchantPage/merchantData",
|
||||
method: "GET",
|
||||
});
|
||||
|
||||
export const getTel = () =>{
|
||||
return http.request({
|
||||
url: "/merchantNotLogin/getTel",
|
||||
method: "GET",
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user