let url444 =
'https://api.tianditu.gov.cn/geocoder?postStr={"lon":109.40209,"lat":24.36259,"ver":1}&type=geocode&tk=' +
api_key
let res3333 = await uniCloud.httpclient.request(url444, {
method: 'GET',
dataType: 'json',
})
console.log("res3333", res3333); // 输出接口返回的数据
// 分界线00000000000000000
const res222 = await uniCloud.httpProxyForEip.get(url444);
console.log("res222", res222); // 输出接口返回的数据
分界线-------------------
let url444 ='https://api.tianditu.gov.cn/geocoder?postStr=%7B%22lon%22:109.40209,%22lat%22:24.36259,%22ver%22:1%7D&type=geocode&tk='+api_key
let res3333 = await uniCloud.httpclient.request(url444, {
method: 'GET',
dataType: 'json',
})
console.log("res3333", res3333); // 输出接口返回的数据
// 分界线00000000000000000
const res222 = await uniCloud.httpProxyForEip.get(url444);
console.log("res222", res222); // 输出接口返回的数据