atv-dee-wechatlite
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Dee WechatLite Service

A wecha tlite service for dee framework

Usage

import * as DeeWechatLite from "atv-dee-wechatlite";

Dee({
  services: {
    wechatlite: {
      initialize: DeeWechatLite.init,
      args: <DeeWechatLite.Args>{
        appId: "",
        secret: "",
        token: "",
        encodingAESKey: "";
      }
    },
  }
});

/atv-dee-wechatlite/

    Package Sidebar

    Install

    npm i atv-dee-wechatlite

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    22.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • cqzs