Files
sionrui/frontend/api/services/index.js
2026-01-18 15:27:43 +08:00

7 lines
192 B
JavaScript

// API服务统一导出
export { createBaiLianService } from './bailian'
// 后续可添加其他服务模块
// export { UserService } from './user'
// export { ChatService } from './chat'