src/main/java/com/lf/server/service/data/PublishService.java
@@ -122,7 +122,7 @@ /** * 发送发布请求 */ public long postForPub(PubEntity entity, String method, HttpServletRequest req) throws Exception { public long postForPub(PubEntity entity, String method, HttpServletRequest req) { Map<String, Object> map = getMapData(entity); String str = RestHelper.postForRest(exportServer + method, map);