管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-04-19 7f323f3f63ef0c7c0b4a2661b6085cf810aea3cc
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);