CZT
2023-10-07 4676c3c00f3e56ed65c149f4dd2c2697e0f1890c
src/main/java/com/fzzy/push/gd2022/GD2022ApiRemoteService2022.java
@@ -339,6 +339,7 @@
            }
            //先上传文件,获取文件id
            GD2022ResponseDto responseDto = GD2022HttpClientUtil.postUploadData(url, authToken, api1109.getWjdz());
            System.out.println((String) responseDto.getData());
            //设置上传文件id
            api1109.setFileStorageId((String) responseDto.getData());
            return JSON.toJSONString(api1109);