|
@@ -1405,6 +1405,7 @@ public class HlgPaymentServiceImpl extends ServiceImpl<HlgPaymentMapper, HlgPaym
|
|
|
jsonObject1.put("paymentSize", hlgPaymentDetailList.size());
|
|
jsonObject1.put("paymentSize", hlgPaymentDetailList.size());
|
|
|
jsonObject1.put("existOrder", false);
|
|
jsonObject1.put("existOrder", false);
|
|
|
jsonObject1.put("serviceRate", hlgPayment.getServiceRate());
|
|
jsonObject1.put("serviceRate", hlgPayment.getServiceRate());
|
|
|
|
|
+ jsonObject1.put("cpId", hlgCompany.getBusinessBelongId());
|
|
|
log.info("param============{}", JSONObject.toJSONString(jsonObject1));
|
|
log.info("param============{}", JSONObject.toJSONString(jsonObject1));
|
|
|
//数据加密
|
|
//数据加密
|
|
|
String biz_content = CryptTool.encode(JSONObject.toJSONString(jsonObject1));
|
|
String biz_content = CryptTool.encode(JSONObject.toJSONString(jsonObject1));
|