提交 cfc8efbb 作者: zhenjie

小猪结算-打印提现请求数据

上级 5e164ca5
...@@ -254,7 +254,28 @@ public class XzServiceImpl implements XzService { ...@@ -254,7 +254,28 @@ public class XzServiceImpl implements XzService {
.bankRemo(xzWithdrawalVO.getBankRemo()) .bankRemo(xzWithdrawalVO.getBankRemo())
.build())) .build()))
.build()); .build());
String s = PiggySingleWithdrawV2Vo.builder()
.appKey(userSystemConstant.getXzAppKey())
.bizAESContent(PiggyOpenBasicsAesUtil.produceAesData(userSystemConstant.getXzAppSecret(), userSystemConstant.getXzAes(), PiggySingleWithdrawV2Vo.SingleWithdrawV2Vo.builder()
.notifyUrl(userSystemConstant.getWithdrawNotify())
.taxFundId(userSystemConstant.getTaxFundId())
.month(xzWithdrawalVO.getMonth())
.outerTradeNo(xzWithdrawalVO.getOuterTradeNo())
.empNum(xzWithdrawalVO.getEmpNum())
.empName(xzWithdrawalVO.getEmpName())
.empPhone(xzWithdrawalVO.getEmpPhone())
.licenseType(xzWithdrawalVO.getLicenseType())
.licenseId(xzWithdrawalVO.getLicenseId())
.settleType(xzWithdrawalVO.getSettleType())
.payAccount(xzWithdrawalVO.getPayAccount())
.positionName(userSystemConstant.getXzPosition())
.payAmount(xzWithdrawalVO.getPayAmount())
.bankRemo(xzWithdrawalVO.getBankRemo())
.build()))
.build().toString();
log.info("singleSubmit res:{}", com.alibaba.fastjson2.JSONObject.toJSONString(jsonObject)); log.info("singleSubmit res:{}", com.alibaba.fastjson2.JSONObject.toJSONString(jsonObject));
log.info("公共请求参数:{}", s);
SingleSubmitResp singleSubmitResp = com.alibaba.fastjson2.JSONObject.parseObject(jsonObject.toString(), SingleSubmitResp.class); SingleSubmitResp singleSubmitResp = com.alibaba.fastjson2.JSONObject.parseObject(jsonObject.toString(), SingleSubmitResp.class);
return singleSubmitResp; return singleSubmitResp;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论