Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ldy
/
payment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b01d0be6
authored
Nov 26, 2020
by
yeran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the bug of wxRefund in service mode
1 parent
35b70721
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/Common/Weixin/Data/Charge/QrChargeData.php
src/Common/Weixin/Data/Charge/QrChargeData.php
View file @
b01d0be
...
...
@@ -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
,
];
// 移除数组中的空值
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment