Merge branch 'dev' into 'test'
docs: 完善单位转换系统使用文档,添加Feign跨模块调用示例 See merge request jygk/dsc-base!17
This commit is contained in:
@@ -389,7 +389,7 @@ public class ContractApiImpl implements ContractApi {
|
||||
// 回调参数
|
||||
JSONObject req = new JSONObject();
|
||||
req.set("messageKey", pushReqVO.getBusiBillCode());
|
||||
req.set("messageBody", body.toString());
|
||||
req.set("messageBody", body);
|
||||
try {
|
||||
log.info("国贸系统推送合同回调参数:{}",req);
|
||||
String res = shareServiceUtil.callShareService("S_EPLAT_04", req.toString());
|
||||
|
||||
Reference in New Issue
Block a user