- 重写 ticket_script.py: 状态机、完整的选票/下单流程、反检测 - 重写 scripts/: 验证码处理、定时调度、NTP校时、多账户管理 - 删除空壳 appium_simulator.py - 清理配置文件中的硬编码密码 - 重写 README,去除虚假宣传
21 lines
481 B
JSON
21 lines
481 B
JSON
{
|
|
"platforms": {
|
|
"damai": {
|
|
"platform_name": "大麦网",
|
|
"login_url": "https://www.damai.cn/login",
|
|
"login_method": "scan",
|
|
"mobile_url": "https://m.damai.cn/"
|
|
},
|
|
"taopiaopiao": {
|
|
"platform_name": "淘票票",
|
|
"login_url": "https://m.taopiaopiao.com/",
|
|
"login_method": "sms"
|
|
},
|
|
"showstart": {
|
|
"platform_name": "秀动",
|
|
"login_url": "https://www.showstart.com/",
|
|
"login_method": "scan"
|
|
}
|
|
}
|
|
}
|