This commit is contained in:
wwz
2025-04-09 16:26:21 +08:00
7 changed files with 49 additions and 68 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}`,