修复daily_job函数中的逻辑错误,确保正确检查和处理已存在的营收记录 将config.json中的cutoff_hour和cutoff_time更新为00:00
17 lines
430 B
JSON
17 lines
430 B
JSON
{
|
|
"webhook_url": "https://api.hiflow.tencent.com/engine/webhook/31/1869391857524076545",
|
|
"feishu_webhook_url": "https://open.feishu.cn/open-apis/bot/v2/hook/2ee06084-a0ed-4c3f-9b0b-e264194f7ddd",
|
|
"feishu_secret": "",
|
|
"shop_name": "益选便利店",
|
|
"weekday_range": [
|
|
2900,
|
|
3600
|
|
],
|
|
"weekend_range": [
|
|
1600,
|
|
2000
|
|
],
|
|
"cutoff_hour": 0,
|
|
"cutoff_time": "00:00"
|
|
}
|