Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 382 Bytes

Wechat.md

File metadata and controls

17 lines (16 loc) · 382 Bytes

微信 Wechat

// 微信公众号
WechatHelper::officialAccount($config);
// 微信支付
WechatHelper::pay($config);
// 微信小程序
WechatHelper::miniApp($config);
// 微信开放平台
WechatHelper::openPlatform($config);
// 企业微信
WechatHelper::work($config);
// 企业微信开放平台
WechatHelper::openWork($config);
文档 https://easywechat.com/6.x/