11

parent cb5a4a0a
......@@ -82,7 +82,7 @@
"sdkConfigs": {
"maps": {
"qqmap": {
"key": "B7VBZ-PT5RB-WRHUT-J2EEQ-3WTUE-APFX4"
"key": "MN4BZ-7JXKW-2RYRD-32QGF-AHONV-PAFUN"
}
}
}
......
......@@ -718,9 +718,9 @@ async function changeLocation() {
formData.shopLat = res.latitude;
uni.request({
url: '/ws/geocoder/v1/',
url: 'https://apis.map.qq.com/ws/geocoder/v1/',
data: {
key: 'B7VBZ-PT5RB-WRHUT-J2EEQ-3WTUE-APFX4',
key: 'MN4BZ-7JXKW-2RYRD-32QGF-AHONV-PAFUN',
location: `${res.latitude},${res.longitude}`,
},
success: function (res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment