riku
2024-10-18 c7bd6db3190ff5c4b55d004db0b9fa944604925f
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);
  },
  /**
   * 获取所有场景类型
   */