国贸推送合同接口:接口请求号参数名修改
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user