add clear
This commit is contained in:
@@ -18,7 +18,8 @@ $config->setAppsecret('');
|
||||
$config->setMchId('');
|
||||
$config->setKey('');
|
||||
$config->setRemoteAddr('');
|
||||
$config->
|
||||
$config->setDeviceInfo('');
|
||||
$config->setAccessToken('');
|
||||
|
||||
|
||||
$instance = \wchat\Wx::getMiniProGaRamPage();
|
||||
@@ -26,4 +27,23 @@ $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();
|
||||
|
||||
Reference in New Issue
Block a user