1.1.5 • Published 7 years ago

wechat-access-token v1.1.5

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

wechat-access-token

pop one wechat access token sometimes refresh

Install

npm install wx-access-token

Usage

var token = require("wx-access-token");

token("appid", "secret", function(err, t) {
  console.log(t);
})

You will get one result looks like

{"access_token":"ACCESS_TOKEN","expires_in":7200}
1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago