hcong
2024-10-11 5ddf904d5abbae9713c2e1e7b861aadc9b373aef
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);
  }
};