oak-external-sdk
This commit is contained in:
parent
fe4efd24fd
commit
37919df40e
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue