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 5764febc
authored
Nov 24, 2020
by
yeran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
b13f93d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
composer.json
src/Common/Weixin/Data/BackPubChargeData.php
composer.json
View file @
5764feb
{
{
"name"
:
"ldy/payment"
,
"name"
:
"ldy/payment"
,
"type"
:
"library"
,
"type"
:
"library"
,
"version"
:
"3.3.
7
"
,
"version"
:
"3.3.
8
"
,
"description"
:
"支付宝支付、微信支付、招商一网通支付、通联支付、米付支付、利楚扫呗、富友支付 php SDK。"
,
"description"
:
"支付宝支付、微信支付、招商一网通支付、通联支付、米付支付、利楚扫呗、富友支付 php SDK。"
,
"keywords"
:
[
"alipay"
,
"weixin"
,
"支付宝支付"
,
"微信支付"
,
"通联支付"
,
"集成支付接口SDK"
,
"招商一网通"
,
"一网通"
,
"利楚扫呗"
,
"富友支付"
],
"keywords"
:
[
"alipay"
,
"weixin"
,
"支付宝支付"
,
"微信支付"
,
"通联支付"
,
"集成支付接口SDK"
,
"招商一网通"
,
"一网通"
,
"利楚扫呗"
,
"富友支付"
],
"homepage"
:
""
,
"homepage"
:
""
,
...
...
src/Common/Weixin/Data/BackPubChargeData.php
View file @
5764feb
...
@@ -30,8 +30,7 @@ class BackPubChargeData extends WxBaseData
...
@@ -30,8 +30,7 @@ class BackPubChargeData extends WxBaseData
'signType'
=>
'MD5'
,
// 签名算法,暂支持MD5
'signType'
=>
'MD5'
,
// 签名算法,暂支持MD5
];
];
if
(
!
empty
(
$this
->
sub_appid
))
{
if
(
!
empty
(
$this
->
sub_appid
))
{
$this
->
retData
[
'sub_appid'
]
=
$this
->
sub_appid
;
$this
->
retData
[
'appId'
]
=
$this
->
sub_appid
;
$this
->
retData
[
'sub_mch_id'
]
=
$this
->
sub_mch_id
;
}
}
}
}
...
...
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