@szlx/uni-authorize

1.0.0 • Public • Published

请求权限

请求小程序相关授权

Installtion

npm i @szlx/uni-authorize

Usage

import authorize from '@szlx/uni-authorize'

authorize({
  scope: 'userLocation',
  success: () => {}, // 成功
  fail: () => {}, // 失败
  refuse: () => {} // 拒绝
})

Readme

Keywords

none

Package Sidebar

Install

npm i @szlx/uni-authorize

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

2.91 kB

Total Files

5

Last publish

Collaborators

  • szlx