worm_of_time/wechat_tools

wechat tools

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/worm_of_time/wechat_tools

1.1 2020-03-05 06:56 UTC

This package is auto-updated.

Last update: 2025-12-20 01:31:51 UTC


README

初始化

$wechat = new MiniProgram;

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

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

接口介绍