story#7074,地图搜索位置改动为后台接口

This commit is contained in:
2025-08-20 17:53:07 +08:00
parent 2c94eee160
commit 1abb7ac605
3 changed files with 32 additions and 7 deletions

View File

@ -102,4 +102,14 @@ export function auditCarInfoAgain(data){
contentType: 'application/json',
data
})
}
}
// 我的发布列表
export function getAddressForService(data){
return request({
url: '/base/gaodeMap/getPlaceByAddress',
method:'GET',
params: data,
})
}