国贸2.0系统推送合同:回调返回参数修改

This commit is contained in:
guojunyun
2025-11-10 16:56:31 +08:00
parent bb5375d256
commit c2fdfee149

View File

@@ -389,7 +389,7 @@ public class ContractApiImpl implements ContractApi {
// 回调参数 // 回调参数
JSONObject req = new JSONObject(); JSONObject req = new JSONObject();
req.set("messageKey", pushReqVO.getBusiBillCode()); req.set("messageKey", pushReqVO.getBusiBillCode());
req.set("messageBody", body.toString()); req.set("messageBody", body);
try { try {
log.info("国贸系统推送合同回调参数:{}",req); log.info("国贸系统推送合同回调参数:{}",req);
String res = shareServiceUtil.callShareService("S_EPLAT_04", req.toString()); String res = shareServiceUtil.callShareService("S_EPLAT_04", req.toString());