diff --git a/script.sh b/script.sh index a7a2431..f9d2e08 100644 --- a/script.sh +++ b/script.sh @@ -18,5 +18,5 @@ 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) -echo udata +echo "$udata" done