소스 검색

Update base_info.js

stjdydayou 4 년 전
부모
커밋
619075f65e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/api/place/base_info.js

+ 2 - 2
src/api/place/base_info.js

@@ -48,11 +48,11 @@ export function findDataBaseInfoExtends(baseInfoId, categoryId) {
   })
 }
 
-export const findByMapBounds = (maxlng, maxlat, minlng, minlat, dataType) => {
+export const findByMapBounds = (maxlng, maxlat, minlng, minlat, categoryId) => {
   return request({
     url: '/bz/data/info/findByMapBounds',
     method: 'POST',
-    params: { maxlng, maxlat, minlng, minlat, dataType }
+    params: { maxlng, maxlat, minlng, minlat, categoryId }
   })
 }