fix: 修改代客下单列表商品列表接口

This commit is contained in:
2025-03-27 10:56:36 +08:00
parent 776a416019
commit 0b5737116e
3 changed files with 9 additions and 3 deletions

View File

@@ -11,6 +11,13 @@ const AuthAPI = {
params,
});
},
list(params: any) {
return request<any, Responseres>({
url: `${baseURL}/list`,
method: "get",
params,
});
},
// 新增
addunit(data: any) {
return request<any, Responseres>({