Browse Source

Merge branch 'development' into development_new

congxuesong 1 week ago
parent
commit
6bc1cb9002
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/modules/storeDecoration.ts

+ 1 - 1
src/api/modules/storeDecoration.ts

@@ -218,7 +218,7 @@ export const deleteFacility = (params: any) => {
 };
 //下载设施Excel模板
 export const downloadFacilityTemplate = () => {
-  return httpApi.get(`/alienStorePlatform/bathFacilityService/downloadTemplate`, {}, { responseType: "blob" });
+  return httpApi.get(`/alienStorePlatform/sportsEquipmentFacility/downloadTemplate`, {}, { responseType: "blob" });
 };
 //导入设施Excel
 export const importFacilityExcel = (formData: FormData, storeId: string | number) => {