worm_of_time/wechat_tools

1.1 2020-03-05 06:56 UTC

This package is auto-updated.

Last update: 2024-04-19 22:06:08 UTC


README

初始化

$wechat = new MiniProgram;

$wechat->setAppId(APP_ID)
    ->setAppSecret(APP_SECRET);

# 获取access_token
$result = $wechat->get_access_token();

接口介绍