增加脚本注释
This commit is contained in:
parent
19a69c4204
commit
245386f46f
@ -1,20 +1,8 @@
|
||||
"""
|
||||
描述: 打开并登录“同程旅行”APP,开启抓包,点击APP右下角“我的”-“签到”,进去后抓包域名https://app.17u.cn请求头中的phone、apptoken、device三个参数。
|
||||
环境变量:
|
||||
变量名:tongcheng
|
||||
变量格式:phone&apptoken&device
|
||||
多账号之间支持用#或换行分隔:
|
||||
phone1&apptoken1&device1
|
||||
phone2&apptoken2&device2
|
||||
需要依赖:aiohttp
|
||||
签到奖励:日常任务得里程,签到满360天得价值200元里程
|
||||
----------------------
|
||||
版本: 1.6
|
||||
更新说明:
|
||||
1. 优化环境变量解析,支持使用换行符分隔多账号
|
||||
2. 增强环境变量格式验证和错误处理
|
||||
3. 优化日志输出,明确显示解析到的账号数量
|
||||
4. 保留之前所有功能和优化
|
||||
任务名称
|
||||
name: 同程旅行签到
|
||||
定时规则
|
||||
cron: 0 0 4 * *
|
||||
"""
|
||||
|
||||
from datetime import datetime
|
||||
|
Loading…
Reference in New Issue
Block a user