提交 d3f9f251 authored 作者: jiangwenye's avatar jiangwenye

订单支付短信修改

上级 64eb9e29
......@@ -772,7 +772,6 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
JSONObject jsonObject = new JSONObject();
jsonObject.set("companyName", payee);
jsonObject.set("bankAccount", payeeAccount);
jsonObject.set("bankName", "");
req.setChannelId(messageConfig.getChannelId());
req.setAppId(messageConfig.getAppId().toString());
req.setMobile(mobile);
......
......@@ -210,7 +210,6 @@ public class OwnerRepaymentServiceImpl implements OwnerRepaymentService {
JSONObject jsonObject = new JSONObject();
jsonObject.set("companyName", payee);
jsonObject.set("bankAccount", payeeAccount);
jsonObject.set("bankName", "");
req.setChannelId(messageConfig.getChannelId());
req.setAppId(messageConfig.getAppId().toString());
req.setMobile(mobile);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论