as2252258@163.com 824969968c add clear
2019-12-19 10:45:21 +08:00
2018-07-19 11:51:36 +08:00
2019-12-19 10:45:21 +08:00
2019-11-11 18:14:47 +08:00
2019-12-02 17:53:08 +08:00
2019-11-11 18:14:47 +08:00
2019-07-17 17:17:37 +08:00
2019-11-11 18:14:47 +08:00
2019-12-12 12:05:22 +08:00
2018-07-19 11:51:36 +08:00
2019-11-11 18:14:47 +08:00
2019-11-11 18:14:47 +08:00

wchat

项目介绍

微信小程序接口

####配置项


$config = new \common\Config();
$config->setAppid('');
$config->setAppsecret('');
$config->setMchId('');
$config->setKey('');
$config->setRemoteAddr('');
$config->setDeviceInfo('');
$config->setAccessToken('');


$instance = \wchat\Wx::getMiniProGaRamPage();
$instance->setConfig($config);

$recharge = $instance->getRecharge();
$recharge->cashWithdrawal(1, 'xxx', 'ooo');
$recharge->recharge(1, '', '');

$account = $instance->getAccount();
$account->setSavePath('');
$account->login('');
$account->createwxaqrcode('pages/index/index',200);
$account->getwxacode('pages/index/index',150,true);
$account->getwxacodeunlimit('pages/index/index',150,true);


$message = $instance->getMessage();
$message->setOpenid('');
$message->sendCardNews('');

$template = $instance->getTemplate();
$template->setOpenId('');
$template->setFormId('');
$template->setTemplateId('');
$template->setPage('');
$template->sendTemplate();

S
Description
No description provided
Readme Apache-2.0 590 KiB
v2.24 Latest
2026-06-28 06:38:34 +00:00
Languages
PHP 100%