// 13 重复发表
// 10 发表太快,被频率限制
if ("10".equals(response.getErrcode())) {
System.out.println("DOT NOT SEND EMAIL!");
weiboMap.setStatus(WeiboStatus.FAILED);
throw new ApiLimitedException("发表太快,被频率限制:" + errorDetail);
} else if ("13".equals(response.getErrcode())) {
System.out.println("DOT NOT SEND EMAIL!");
} else {
log.info("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~B");
MailUtils.sendErrorReport(msg001 + "\n\n処理メッセージ:" + status.toString() + "\n\nTQQからのレスポンス:\n" + errorDetail + "\n\n");