From c90d7c1844eb4bf771fb4b8aa37453c1fcdb66b5 Mon Sep 17 00:00:00 2001 From: d6imde9 <50021127+d6imde9@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:20:43 +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 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