New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@mtjs/wxjssdk

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mtjs/wxjssdk

wechat jssdk ts

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
2
Created
Source

wxjssdk

微信 JSSDK 的 TS 版本,封装了几个常用的 API,用于规范和简化 API 的使用

Usage

import wx from '@mtjs/wxjssdk';

// SDK初始化
wx.readyAsync();

// 异步分享
wx.shareAsync();

// 异步支付
wx.payAsync();

// 隐藏功能菜单
wx.hideShareMenus();

// 隐藏底部导航
wx.hideToolbar();

Keywords

utils

FAQs

Package last updated on 01 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts