Skip to content

Commit

Permalink
添加错误信息推送
Browse files Browse the repository at this point in the history
  • Loading branch information
刘豪 committed May 8, 2024
1 parent 935f3eb commit f2f51db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cloud/ohiyou/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static void main(String[] args) {
} catch (Exception e) {
log("Error processing cookie at index " + index + ": " + e.getMessage());
// 添加消息失败的结果
results.add(new CookieSignResult(new SignResultVO(401, "签到失败"), 0));
results.add(new CookieSignResult(new SignResultVO(401, "签到失败,cookie失效"), 0));
}
});
futures.add(future);
Expand Down

0 comments on commit f2f51db

Please sign in to comment.