1.1.3 • Published 6 years ago

wechat-access-token-store-mysql v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago