Commit b01d0be6 by yeran

fix the bug of wxRefund in service mode

1 parent 35b70721
<?php
/**
* Created by PhpStorm.
*
*
* Date: 16/7/31
* Time: 上午8:49
*/
......@@ -19,6 +19,7 @@ use Payment\Utils\ArrayUtil;
* @property string $openid trade_type=JSAPI,此参数必传,用户在商户appid下的唯一标识
* @property string $sub_appid 微信分配的子商户公众账号ID
* @property string $sub_mch_id 微信支付分配的子商户号
* @property string $sub_openid 微信支付分配的子商户号
*
* @package Payment\Common\Weixin\Data\Charge
*/
......@@ -57,6 +58,7 @@ class QrChargeData extends ChargeBaseData
// 服务商
'sub_appid' => $this->sub_appid,
'sub_mch_id' => $this->sub_mch_id,
'sub_openid' => $this->sub_openid,
];
// 移除数组中的空值
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!