1.0.8 • Published 10 years ago

wechat-card v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

wechat-card

NPM

Build Status

English ReadMe

微信卡券API接口NODEJS版

目前版本仅支持以下几种类型的卡券: CASH, GIFT, GROUPON, DISCOUNT, GENERAL_COUPON, LUCK_MONEY

我们会在之后的版本陆续推出这些功能的支持。

安装

npm install wechat-card

使用方法

  var wxCard = require("wechat-card");

  wxCard.setConfig({
    appId: "YOUR APP ID",
    appSecret: "YOUR APP SECRET"

    // 可以配置提供access token的服务
    // accessTokenService: "http://url"

  });

  wxCard.card.createCard(cardinfo, function(error, cardid) {
    // do something
  });

文档

卡券详细文档

License

MIT

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago