riku
2024-10-14 7e1d38f401555ac635c9ce10f63902d9a4c402e0
src/api/fysp/sceneApi.js
@@ -66,5 +66,11 @@
   */
  updateScene(scene) {
    return $fysp.post('scense', scene).then((res) => res.data);
  },
  /**
   * 获取所有场景类型
   */
  getAllScene() {
    return $fysp.get('scense/alltype').then((res) => res.data);
  }
};