Merge branch 'dev' into 'test'

docs: 完善单位转换系统使用文档,添加Feign跨模块调用示例

See merge request jygk/dsc-base!17
This commit is contained in:
wencai he
2025-11-11 01:30:56 +00:00
47 changed files with 2682 additions and 40 deletions

View File

@@ -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());