|
|
@@ -107,7 +107,7 @@ async function tryNewNotice() {
|
|
|
if (createdDate.getTime() > beforeTime) {
|
|
|
let hasPushed = magicJS.data.read(`WubianNoticePushFlag#${item.hashId}`, false);
|
|
|
if (!hasPushed) {
|
|
|
- magicJS.data.read(`WubianNoticePushFlag#${item.hashId}`, true);
|
|
|
+ magicJS.data.write(`WubianNoticePushFlag#${item.hashId}`, true);
|
|
|
let retDetail = await getNoticeDetail(item.hashId);
|
|
|
if (retDetail && retDetail.code == 200) {
|
|
|
await doCustomWxpusherSend(retDetail.data?.title, retDetail.data?.content);
|