修改热门接口参数
This commit is contained in:
17
src/api/imagesPhp.js
Normal file
17
src/api/imagesPhp.js
Normal 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
|
||||
});
|
||||
}
|
||||
|
||||
@@ -70,14 +70,7 @@ export function tbShopUnitPost(data) {
|
||||
data
|
||||
});
|
||||
}
|
||||
// 查询图库
|
||||
export function getcommonCategor(data) {
|
||||
return request({
|
||||
url: `/channel/file/getcommon-category`,
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 更改单位
|
||||
* @returns
|
||||
|
||||
Reference in New Issue
Block a user