1.1.2 • Published 7 years ago

ycs-plugin-wechat-mp v1.1.2

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

Installation

ycs add plugin wechat-mp

configurations

import { IConfig } from 'ycs-plugin-wechat-mp';

export const development: IConfig = {
  endpoint: '/wechat/mp',
  appId: 'xxx',
  appSecret: 'xxx',
  token: 'xxx',
};

export const production: IConfig = {
  endpoint: '/wechat/mp',
  appId: 'xxx',
  appSecret: 'xxx',
  token: 'xxx',
};
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago