3.3.0 • Published 7 years ago

wxs-sdk v3.3.0

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

wxs-sdk

npm

wxs javascript sdk

Readme

js sdk for wxs services

Installation

$ npm install wxs-sdk --save

Usage

// Browser
<script src="node_modules/wxs.js/dist/index.js"></script>
<script>
  Wechat = Wechat({
    id: wxs appid,
    mobile: your wxs account mobile,
    token: wxs app token
  });
</script>
 
// With import
import { WXS: Wechat } from 'wxs-sdk';

const Wechat = WXS({
  id: wxs appid,
  mobile: your wxs account mobile,
  token: wxs app token
}); // leave the options empty the second time
 
// With CommonJs
const Wechat = require('wxs-sdk').Wechat({
  id: wxs appid,
  mobile: your wxs account mobile,
  token: wxs app token
});

API Documention

see wxs services

3.3.0

7 years ago

3.2.0

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago