refactor(custom): 地图Key变更
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-29 16:00:15 +08:00
parent 896acaef9e
commit 54b1d4b07c

View File

@@ -124,7 +124,7 @@ const getUserLocal = async () => {
type: 'wgs84',
success: res => {
Taro.request({
url: `https://apis.map.qq.com/ws/geocoder/v1/?location=${res.latitude},${res.longitude}&key=S3GBZ-WR26O-IXNW2-SXBOD-LZXV6-WAFNO&get_poi=1`,
url: `https://apis.map.qq.com/ws/geocoder/v1/?location=${res.latitude},${res.longitude}&key=4EJBZ-TZXCV-IHUPX-UMI2L-MK3N3-37FSQ&get_poi=1`,
method: 'GET',
success: res => {
switch (res.data.status) {