瀏覽代碼

url base64加密传输

xueyiming 2 月之前
父節點
當前提交
358d285b1a

+ 1 - 0
api-module/src/main/java/com/tzld/piaoquan/api/controller/TencentWeComController.java

@@ -247,6 +247,7 @@ public class TencentWeComController {
         String originalString = new String(decodedBytes);
         log.info("sendPostFile url={}", originalString);
         String post = httpPoolClient.post(url, file);
+        log.info("sendPostFile post={}", post);
         Files.delete(Paths.get(filePath));
         return post;
     }