mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
Update Transfer.php
This commit is contained in:
parent
418e132e3e
commit
98f6e82311
@ -24,16 +24,6 @@ use WeChat\Contracts\BasicAliPay;
|
|||||||
class Transfer extends BasicAliPay
|
class Transfer extends BasicAliPay
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
|
||||||
* Transfer constructor.
|
|
||||||
* @param array $options
|
|
||||||
*/
|
|
||||||
public function __construct(array $options)
|
|
||||||
{
|
|
||||||
parent::__construct($options);
|
|
||||||
$this->options->set('method', 'alipay.fund.trans.toaccount.transfer');
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 旧版 向指定支付宝账户转账
|
* 旧版 向指定支付宝账户转账
|
||||||
* @param array $options
|
* @param array $options
|
||||||
@ -43,6 +33,7 @@ class Transfer extends BasicAliPay
|
|||||||
*/
|
*/
|
||||||
public function apply($options)
|
public function apply($options)
|
||||||
{
|
{
|
||||||
|
$this->options->set('method', 'alipay.fund.trans.toaccount.transfer');
|
||||||
return $this->getResult($options);
|
return $this->getResult($options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user