ycs-plugin-wechat-mp
v1.1.2
Published
ycs-plugin-wechat-mp
Downloads
10
Readme
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',
};