|
@@ -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;
|
|
|
}
|