Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 319 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 319 Bytes

ald-wx

打包阿拉丁sdk成npm包

安装

npm install ald-wx --save
yarn add ald-wx

使用

import ald from "ald-wx"

ald({
    app_key: "xxx", 
    getLocation: true,
    plugin: false,
})

参数设置同于官方文档