@iosecret/wechat
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

@iosecret/wechat

主要针对微信生态定制开发

相关文档

使用

import { webpageLogin, isWeChatBrowser, getQueryParam } from '@iosecret/wechat';

// 1. 校验是否在微信浏览器中
const isInWeChat = isWeChatBrowser();

// 2. 获取 url 中某个参数
const code = getQueryParam('code', window.location.search);

// 3. 微信网页授权
const code = webpageLogin('appId', true /* 是否静默登录*/ , '重定向地址');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    0
    • latest

Version History

Package Sidebar

Install

npm i @iosecret/wechat

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

7.43 kB

Total Files

14

Last publish

Collaborators

  • hy247767221