1.1.2 • Published 6 years ago

ycs-plugin-wechat-mp v1.1.2

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

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago