wechat-mini-program-server-sdk

1.0.1 • Public • Published

wechat-mini-program-server-sdk [Unofficial]

Usage

const WeChatSDK = require("wechat-mini-program-server-sdk");

const service = new WeChatSDK({
  appId: "appId",
  appSecret: "appSecret",
});

const res = await service.getUserPhoneNumber(code);

console.log(res.phone_info);

/wechat-mini-program-server-sdk/

    Package Sidebar

    Install

    npm i wechat-mini-program-server-sdk

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.67 kB

    Total Files

    7

    Last publish

    Collaborators

    • hanai