@szlx/uni-authorize
v1.0.0
Published
> 请求小程序相关授权
Downloads
3
Readme
请求权限
请求小程序相关授权
Installtion
npm i @szlx/uni-authorizeUsage
import authorize from '@szlx/uni-authorize'
authorize({
scope: 'userLocation',
success: () => {}, // 成功
fail: () => {}, // 失败
refuse: () => {} // 拒绝
})