Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
3dd2a4b0
Commit
3dd2a4b0
authored
Aug 23, 2017
by
jmdhappy
Browse files
升级支付宝为最新接口
parent
aa8011de
Changes
1
Hide whitespace changes
Inline
Side-by-side
xxpay-mgr/src/main/java/org/xxpay/mgr/controller/PayChannelController.java
View file @
3dd2a4b0
...
@@ -84,7 +84,7 @@ public class PayChannelController {
...
@@ -84,7 +84,7 @@ public class PayChannelController {
}
}
if
(
paramObj
!=
null
)
{
if
(
paramObj
!=
null
)
{
paramObj
.
put
(
"private_key"
,
paramObj
.
getString
(
"private_key"
).
replaceAll
(
" "
,
"+"
));
paramObj
.
put
(
"private_key"
,
paramObj
.
getString
(
"private_key"
).
replaceAll
(
" "
,
"+"
));
paramObj
.
put
(
"public_key"
,
paramObj
.
getString
(
"public_key"
).
replaceAll
(
" "
,
"+"
));
paramObj
.
put
(
"
alipay_
public_key"
,
paramObj
.
getString
(
"
alipay_
public_key"
).
replaceAll
(
" "
,
"+"
));
param
=
paramObj
.
toJSONString
();
param
=
paramObj
.
toJSONString
();
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment