This commit is contained in:
duan
2024-05-16 15:12:20 +08:00
parent 3ecf72ebf2
commit 8641ac116c

View File

@@ -129,8 +129,8 @@ export default {
// 修改头像和昵称
upUserInfo(data) {
return uni.api.post("/login/upUserInfo", data);
}
, geocodelocation(data) { //根据经纬度获取信息
},
geocodelocation(data) { //根据经纬度获取信息
return uni.api.get("/location/geocode", data);
},
}