Skip to content

Commit

Permalink
Update BusinessParams.php (#31)
Browse files Browse the repository at this point in the history
增加禁用与指定渠道 方便快捷设置花呗与信用卡的开启关闭
  • Loading branch information
lvjiaben authored Jan 26, 2022
1 parent 75882b7 commit 5edb477
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/AlipayApp/FTF/Params/QR/BusinessParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ class BusinessParams
* @var string
*/
public $timeout_express;

/**
* 禁用渠道.
*
* @var string
*/
public $disable_pay_channels;

/**
* 指定支付渠道.
*
* @var string
*/
public $enable_pay_channels;

public function __construct()
{
Expand Down

0 comments on commit 5edb477

Please sign in to comment.