Commit dcba1c4c by liuguorong93

全文检索服务接口(公安部)

parent cde103be
......@@ -11,6 +11,10 @@ switch (env) {
break
}
// 全文检索服务接口
// 全文检索服务接口(内网&对外)
// export const geoSearch = _params =>
// get(`${baseUrl}/SpatiotemporalBigDataSearch/fullSearch`, _params)
// 全文检索服务接口(公安部)
export const geoSearch = _params =>
get(`${baseUrl}/SpatiotemporalBigDataSearch/fullSearch`, _params)
get(`${baseUrl}/PGIS_S_Address/fullSearch`, _params)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment