国贸推送合同接口:接口请求号参数名修改

This commit is contained in:
guojunyun
2025-11-12 09:28:58 +08:00
parent 1747b96d2b
commit 2ee461bef2

View File

@@ -376,7 +376,7 @@ public class ContractApiImpl implements ContractApi {
// 返回数据 // 返回数据
IntPushContractRespVO body = new IntPushContractRespVO(); IntPushContractRespVO body = new IntPushContractRespVO();
body.set__requestId_(pushReqVO.get__requestId_()); body.set__requestId_(pushReqVO.get__requestId__());
body.set__interfaceType__("R_MY_JG_10"); body.set__interfaceType__("R_MY_JG_10");
body.setBusiBillCode(pushReqVO.getBusiBillCode()); body.setBusiBillCode(pushReqVO.getBusiBillCode());
body.setCode(code); body.setCode(code);