mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 23:53:55 +08:00
优化代码
This commit is contained in:
@@ -386,7 +386,7 @@ export default {
|
||||
// 搜索智能体
|
||||
searchAgent(keyword, searchType, callback) {
|
||||
RequestService.sendRequest()
|
||||
.url(`${getServiceUrl()}/agent/search`)
|
||||
.url(`${getServiceUrl()}/agent/list`)
|
||||
.method('GET')
|
||||
.data({
|
||||
keyword: keyword,
|
||||
|
||||
Reference in New Issue
Block a user