mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
luci-app-jd-dailybonus: Keep up to date from jerrykuku (#6416)
This commit is contained in:
parent
ef97f2a247
commit
a5169dbd05
@ -60,7 +60,7 @@ add_cron() {
|
||||
# Run Script
|
||||
|
||||
notify() {
|
||||
grep "Cookie失效" ${LOG_FILE} >/dev/null
|
||||
grep "】: Cookie失效" ${LOG_FILE} >/dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
title="$(date '+%Y年%m月%d日') 京东签到 Cookie 失效"
|
||||
else
|
||||
@ -87,7 +87,7 @@ notify() {
|
||||
|
||||
\`\`\`
|
||||
"$desc"
|
||||
====================================
|
||||
===============================
|
||||
本消息来自京东签到插件 jd-dailybonus
|
||||
\`\`\`"
|
||||
wget-ssl -q --output-document=/dev/null --post-data="chat_id=$TG_USER_ID&text=$text&parse_mode=markdownv2" $API_URL
|
||||
|
Loading…
Reference in New Issue
Block a user