修改腾讯地图的key

This commit is contained in:
zhl 2021-04-21 14:43:55 +08:00
parent 94aff0ca6e
commit 6ad48ce196

View File

@ -1,8 +1,8 @@
import axios from 'axios'
import { md5 } from '../utils/security.util'
const key = 'LAHBZ-TXZYJ-CT7FQ-KIK5N-Z6PBV-QCFXN'
const signKey = 'lWmmEpmAul4u8q9gktxFmu5N36IslYyy'
const key = 'SWKBZ-SI6C3-TNG3L-3IXSD-XLLXV-CJB5Q'
const signKey = 'EuadDaRCGIyXpxEMSCJqPS2t4NGA44Rt'
export async function queryArea(keyword: string, region: string) {