Explorar el Código

fix:窗帘接口更换

anxiaoxia hace 3 meses
padre
commit
19ef4b5806
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/apis/taiguv1.js

+ 1 - 1
src/apis/taiguv1.js

@@ -52,7 +52,7 @@ export const HttpGetSpaceInfo = data => {
 // 查询窗帘设备列表
 export const findForServe = data => {
   return https().request(
-    `${envService}/object-service/object/equipment/findForServe?category=CFSSES&spaceId=${data.spaceId}&projectId=${data.projectId}`, // API 端点
+    `${envService}/object-service/object/equipment/findForServeNew?category=CFSSES&spaceId=${data.spaceId}&projectId=${data.projectId}`, // API 端点
     Method.POST, // HTTP 方法
     data,
     ContentType.json // 内容类型