记得上下班打卡 | git大法好,push需谨慎

Commit c3b7035f authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/douYinPay' into douYinPay

parents cde4140f 4ecc0f50
......@@ -117,9 +117,10 @@ public class UnionpayStrategyAppImpl extends AbstractUnionPayStrategy {
/* if(StringUtil.isNotNull(respResult)&&respResult.get("tn")!=null){
payBaseRespDto.getPayData().setPrepayId(respResult.get("tn"));
}*/
payBaseRespDto.getPayData().setRedirectUrl(sdkConfig.getFrontTransUrl());
if(StringUtil.isNotNull(respResult)){
payBaseRespDto.getPayData().setPrepayId(JsonUtils.toJson(respResult));
payBaseRespDto.getPayData().setPrepayId(respResult.get("tn"));
}
return payBaseRespDto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment