You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 App/RRSPApp platform/iPhone AppVersion/'
'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 App/RRSPApp platform/iPhone AppVersion/'
'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 App/RRSPApp platform/iPhone AppVersion/'
'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 App/RRSPApp platform/iPhone AppVersion/'
107
99
chavy.post(url,(error,response,data)=>{
108
100
try{
109
101
console.log(data)
@@ -136,8 +128,6 @@ function answerquestion() {
136
128
url.body=`optionId=${signinfo.answeropt.id}`
137
129
url.headers['clientType']=`web`
138
130
url.headers['clientVersion']=``
139
-
url.headers['User-Agent']=
140
-
'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 App/RRSPApp platform/iPhone AppVersion/'
141
131
chavy.post(url,(error,response,data)=>{
142
132
try{
143
133
signinfo.answerquestion=JSON.parse(data)
@@ -157,6 +147,7 @@ function openbox(boxcode, boxname, body) {
0 commit comments