Fix(云灵AI):县域AI删除历史对话使用独立接口和参数
This commit is contained in:
@@ -38,6 +38,10 @@ export function deleteChatListByType(type) {
|
||||
return request.delete('/v1/chat/type/' + type, {}, { login: true })
|
||||
}
|
||||
|
||||
export function deleteCountyChatListByType(type, params) {
|
||||
return request.delete('/county-ai/chat/type/' + type + params, {}, { login: true })
|
||||
}
|
||||
|
||||
export function getWeatherData(params) {
|
||||
return request.get('/v1/chat/weatherData', params, { login: true })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user