This commit is contained in:
Leo
2025-11-08 15:25:43 +08:00
parent e76c6d4451
commit ef358cc6b3

View File

@@ -355,7 +355,7 @@ public class WXUtil {
return wxReqDate;
}
@Scheduled(cron = "0 * * * * ?")
//@Scheduled(cron = "0 * * * * ?")
public void checkWxStatus() {
WxReqDate wxReqDate = createWxReqData(WXReqType.GET_WX_STATUS);
JSONObject data = new JSONObject();