Feat(云灵AI):对话接口对接完成
This commit is contained in:
@@ -217,3 +217,8 @@ export function pushSystemStatic(data) {
|
||||
export function getAiSystemInfoSetting() {
|
||||
return request.get('/ai/systemInfo', {}, { login: false })
|
||||
}
|
||||
|
||||
// 获取AI系统预设话题列表
|
||||
export function getAiSystemInfoTopic() {
|
||||
return request.get('/ai/systemTopic', {}, { login: false })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user