mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
[更新]修复企业打款描述参数
This commit is contained in:
parent
31fce9dfa0
commit
a9b26e3897
@ -53,7 +53,7 @@ class TransfersBank extends BasicPay
|
|||||||
if (!isset($options['amount'])) {
|
if (!isset($options['amount'])) {
|
||||||
throw new InvalidArgumentException('Missing Options -- [amount]');
|
throw new InvalidArgumentException('Missing Options -- [amount]');
|
||||||
}
|
}
|
||||||
isset($options['desc']) && $this->params['desc'] = $options['desc'];
|
isset($options['desc']) && $this->params->set('desc', $options['desc']);
|
||||||
$this->params->offsetUnset('appid');
|
$this->params->offsetUnset('appid');
|
||||||
return $this->callPostApi('https://api.mch.weixin.qq.com/mmpaysptrans/pay_bank', [
|
return $this->callPostApi('https://api.mch.weixin.qq.com/mmpaysptrans/pay_bank', [
|
||||||
'amount' => $options['amount'],
|
'amount' => $options['amount'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user