oak-external-sdk

This commit is contained in:
Xu Chang 2022-06-06 10:29:23 +08:00
parent fe4efd24fd
commit 37919df40e
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
"mocha": "^8.2.1",
"oak-domain": "file:../oak-domain",
"oak-memory-tree-store": "file:../oak-memory-tree-store",
"oak-wechat-sdk": "file:../oak-wechat-sdk",
"oak-external-sdk": "file:../oak-external-sdk",
"ts-node": "^9.1.1",
"typescript": "^4.5.2"
},

View File

@ -1,4 +1,4 @@
import { AmapSDK, AmapInstance } from 'oak-wechat-sdk';
import { AmapSDK, AmapInstance } from 'oak-external-sdk';
export async function amap<T extends 'getDrivingPath' | 'regeo' | 'ipLoc' | 'getDistrict' | 'geocode'>(options: {
key: string;