修改热门接口参数

This commit is contained in:
duan
2024-08-02 15:04:43 +08:00
parent 5bc744872b
commit 9a75cb474e
7 changed files with 125 additions and 10 deletions

17
src/api/imagesPhp.js Normal file
View File

@@ -0,0 +1,17 @@
import request from "@/utils/requestPhp";
// 查询图库
export function getcommonCategor(data,params) {
return request({
url: data + `/channel/file/getcommon-category`,
method: "get",params
});
}
export function getcommonpicture(data,params) {
return request({
url: data + "/channel/file/getcommon-picture",
method: "get",
params
});
}

View File

@@ -70,14 +70,7 @@ export function tbShopUnitPost(data) {
data
});
}
// 查询图库
export function getcommonCategor(data) {
return request({
url: `/channel/file/getcommon-category`,
method: "post",
data
});
}
/**
* 更改单位
* @returns