对接AI
This commit is contained in:
8
api/house-ai-config.js
Normal file
8
api/house-ai-config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import http from './index.js';
|
||||
|
||||
// 获取当前租户AI配置
|
||||
export const getCurrentHouseAiConfig = () => http.get('/house/ai-config/current')
|
||||
|
||||
export default {
|
||||
getCurrentHouseAiConfig
|
||||
}
|
||||
Reference in New Issue
Block a user