Skip to content

Commit

Permalink
Update script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
d6imde9 authored Mar 2, 2021
1 parent c90d7c1 commit c295165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c295165

Please sign in to comment.