This commit is contained in:
GaoHao
2025-04-08 17:49:23 +08:00
6 changed files with 38 additions and 62 deletions

View File

@@ -17,6 +17,12 @@ const ShopApi = {
params: params,
});
},
getBranchChange(id: PageQuery) {
return request<any, ShopInfoEditDTO[]>({
url: `${baseURL}/change/${id}`,
method: "post",
});
},
add(data: ShopInfoEditDTO) {
return request<any, ShopInfoEditDTO>({
url: `${baseURL}`,