diff --git a/script.sh b/script.sh index f9d2e08..8caaaf5 100644 --- a/script.sh +++ b/script.sh @@ -17,6 +17,6 @@ ptopid="${udata%&*}" sid="${udata#*&sid=}" #登录获取ptopid和sid curl -d "day6=b&did=1&men6=a" -d "ptopid=$ptopid&sid=$sid" -s $url2 -o temp.txt #进入确认界面 curl -d "@myvs.txt" -d "jingdu=113.64&weidu=34.71&ptopid=$ptopid&sid=$sid" -s $url2 -o temp.txt #打卡 -udata=$(sed -n '36p' temp.txt) +udata=$(sed -n '24p' temp.txt) echo "$udata" done