Compare commits
No commits in common. "6a54757c6a8cb5649e8bf6c583352b325dafc448" and "4ad08db84650158108a65844c06e01895db59964" have entirely different histories.
6a54757c6a
...
4ad08db846
@ -2,14 +2,12 @@ import { post, get, upload } from '@/utils/request'
|
|||||||
|
|
||||||
//ES搜索-主页搜索什么都有、指定用户、指定群、群与用户概览
|
//ES搜索-主页搜索什么都有、指定用户、指定群、群与用户概览
|
||||||
export const ServeSeachQueryAll = (data = {}) => {
|
export const ServeSeachQueryAll = (data = {}) => {
|
||||||
return post('/api/v1/elasticsearch/query-all', data)
|
return post('/api/v1/elasticsearch/query-all/v2', data)
|
||||||
// return post('/api/v1/elasticsearch/query-all/v2', data)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ES搜索用户数据
|
// ES搜索用户数据
|
||||||
export const ServeQueryUser = (data) => {
|
export const ServeQueryUser = (data) => {
|
||||||
return post('/api/v1/elasticsearch/query-user', data)
|
return post('/api/v1/elasticsearch/query-user/v2', data)
|
||||||
// return post('/api/v1/elasticsearch/query-user/v2', data)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ES搜索群组数据
|
// ES搜索群组数据
|
||||||
|
Loading…
Reference in New Issue
Block a user