9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
import http from './index.js';
|
|
|
|
// 获取当前租户AI配置
|
|
export const getCurrentHouseAiConfig = () => http.get('/house/ai-config/current')
|
|
|
|
export default {
|
|
getCurrentHouseAiConfig
|
|
}
|