feat: 商品同步增加

This commit is contained in:
GaoHao
2025-04-10 18:27:09 +08:00
parent 61bd37de32
commit 6c72027a86
2 changed files with 29 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ const AuthAPI = {
method: "delete",
});
},
// 退款退回
// 同步
refundToStock(data: any) {
return request<any, Responseres>({
url: `${baseURL}/refundToStock`,
@@ -63,6 +63,14 @@ const AuthAPI = {
data,
});
},
// 退款退回
sync(data: any) {
return request<any, Responseres>({
url: `${baseURL}/sync`,
method: "post",
data,
});
},
// 耗材列表
productcons(params: any) {