hc-wxsdk

0.0.5 • Public • Published

使用微信功能函数

  1. 引用并配置hc-wx-sdk
// wxsdk.js
import wxsdk from 'hc-wx-sdk'

wxsdk.setConfig({
  appId: 'e95368376fa041009eb13308da3688b2',
  appletId: 'wxc147e42cface87e3',
  privateKey: '250593ff7b6c4476922a732262dd05b9',
  ald_app_key: '18244312427c1dfd4ee3a8c3d19f73de',
  storageSign: 'JjZc8UaPyc',
  msgSign: '【多乐融】',
  emailTemplateId: 3,
  msgTemplateId: 14,
})

module.exports = wxsdk
  1. 使用sdk函数
// login.js
import { loginin } from 'wxsdk'

使用阿拉丁

Readme

Keywords

none

Package Sidebar

Install

npm i hc-wxsdk

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

53.6 kB

Total Files

16

Last publish

Collaborators

  • lisaguo