MoshiCoCo / Apple-Monitor

Apple store inventory monitoring tool implemented in Java, supporting Bark, Feishu, Lark robot and other message push methods. Currently supports monitoring Apple stores in mainland China, Hong Kong, Macau, China Taiwan, Japan and other regions.
MIT License
416 stars 48 forks source link

作者你好,请问为什么bark推送收不到监控的消息 #74

Closed LIN961122 closed 2 hours ago

LIN961122 commented 3 hours ago

按照教程设置了token后,手机只能收到一条:您的 机器人开始监控532-0003附近的Apple直营店啦。 但收不到监控信息

cofing如下 { "appleTaskConfig": { "cronExpressions": "/15 * ?", "country": "JP", "location": "532-0003", "deviceCodeList": [ { "deviceCode": "MYWH3J/A", "storeWhiteList": [ "心斎橋", "京都" ], "pushConfigs": [ { "barkPushUrl": "https://api.day.app/push", "barkPushToken": "ceBz85xWbP6NFkEiopmhBi", "barkPushSound": "glass.caf", "feishuBotWebhooks": "", "feishuBotSecret": "" } ] }, { "deviceCode": "MYWH3J/A", "storeWhiteList": [ "心斎橋", "京都" ], "pushConfigs": [ { "barkPushUrl": "https://api.day.app/push", "barkPushToken": "ceBz85xWbP6NFkEiopmhBi", "barkPushSound": "glass.caf", "feishuBotWebhooks": "", "feishuBotSecret": "" } ] } ] } }

MoshiCoCo commented 3 hours ago

说明没有监控到有货

LIN961122 commented 3 hours ago

说明没有监控到有货

非常感谢,也就是只有有货了才会才会推送提醒是么