mirror of
https://github.com/jeequan/jeepay
synced 2024-11-17 23:08:03 +08:00
优化支付宝服务商沙箱环境获取redirectUrl地址
This commit is contained in:
parent
36aeafffd1
commit
c15ab4ba72
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user