From c295165c2683917cd814a473533136e032e37847 Mon Sep 17 00:00:00 2001 From: d6imde9 <50021127+d6imde9@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:23:37 +0800 Subject: [PATCH] Update script.sh --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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