完善请求

This commit is contained in:
WUSIJIAN
2025-12-01 16:30:31 +08:00
parent 4128cd8c7b
commit 91ce6a597d
12 changed files with 402 additions and 225 deletions

View File

@@ -23,16 +23,7 @@ export function getList(data: object) {
return newService({
url: '/customerService/product/list',
method: 'get',
data: data,
});
}
//获取产品详情
export function getproductOne(data: object) {
return newService({
url: '/customerService/product/one',
method: 'post',
data: data,
params: data,
});
}