文件 过大 问题

This commit is contained in:
2026-01-09 18:34:13 +08:00
parent a6991905b8
commit 89a98123e7

View File

@@ -205,9 +205,11 @@ public class WechatEntryManager {
return uploadResponse.getMediaId();
} catch (MalformedMessageException e) {
log.error("微信上传图片报错URL{}", url);
log.error("微信上传图片报错1URL{}", url);
} catch (Exception e) {
log.error("微信上传图片报错URL{},错误信息:{}", url, e.getMessage(), e);
// log.error("微信上传图片报错URL{},错误信息:{}", url, e.getMessage());
log.error("微信上传图片报错URL{},错误信息:{}", url, e.getMessage());
log.error("微信上传图片报错2URL{}", url);
}
return "";
}