Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 184 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 184 Bytes

WeChatDevUtil

微信公众平台API封装

使用方法很简单:

// 初始化
WeChat::init($appid,$secret_code);
// 开始使用
$access_token = WeChat::getAccessToken();