This commit is contained in:
2026-07-30 15:41:06 +08:00
parent 4d3503f47e
commit d3e7f5a639
13 changed files with 1951 additions and 347 deletions

8
api/house-ai-config.js Normal file
View File

@@ -0,0 +1,8 @@
import http from './index.js';
// 获取当前租户AI配置
export const getCurrentHouseAiConfig = () => http.get('/house/ai-config/current')
export default {
getCurrentHouseAiConfig
}