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
c15ab4ba
Commit
c15ab4ba
authored
Sep 19, 2022
by
xiaoyu
Browse files
优化支付宝服务商沙箱环境获取redirectUrl地址
parent
36aeafff
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/AlipayChannelUserService.java
View file @
c15ab4ba
...
...
@@ -60,6 +60,9 @@ public class AlipayChannelUserService implements IChannelUserService {
throw
new
BizException
(
"服务商支付宝接口没有配置!"
);
}
appId
=
isvParams
.
getAppId
();
if
(
isvParams
.
getSandbox
()
!=
null
&&
isvParams
.
getSandbox
()
==
CS
.
YES
){
oauthUrl
=
AlipayConfig
.
SANDBOX_OAUTH_URL
;
}
}
else
{
//获取商户配置信息
AlipayNormalMchParams
normalMchParams
=
(
AlipayNormalMchParams
)
configContextQueryService
.
queryNormalMchParams
(
mchAppConfigContext
.
getMchNo
(),
mchAppConfigContext
.
getAppId
(),
getIfCode
());
...
...
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