riku
2025-03-25 642d31285d7aff59415a5eb37f87a79f41d308a8
src/api/fysp/sceneApi.js
@@ -67,6 +67,14 @@
  updateScene(scene) {
    return $fysp.post('scense', scene).then((res) => res.data);
  },
  /**
   * 批量更新场景
   */
  updateSceneList(sceneList) {
    return $fysp.post('scense/update/list', sceneList).then((res) => res.data);
  },
  /**
   * 获取所有场景类型
   */