MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / getHeadersGet_android

Method getHeadersGet_android

gqftbz.js:189–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 };
188 }
189 getHeadersGet_android() {
190 let ts = Date.now()
191 let nonce = this.getNonce("android");
192 return {
193 //'Connection': 'Keep-Alive',
194 operateSystem: "android",
195 appVersion: "1.4.4",
196 nonce: nonce,
197 "User-Agent": "okhttp/4.8.1",
198 appId: appId_android,
199 Accept: "application/json",
200 //'Referer': 'https://app.nevapp.gtmc.com.cn/h5/pages/mine/task?noAutoSign=true',
201 //'Accept-Encoding': 'gzip',
202 "timestamp": ts,
203 "Authorization": "Bearer " + this.User_AccessToken,
204 'sig': CryptoJS.MD5(
205 ts +
206 this.User_AccessToken +
207 nonce +
208 appId_android +
209 appKey_android
210 ).toString()
211 }
212 }
213 getHeadersPost_h5() {
214 let ts = Date.now()
215 let nonce = this.getNonce("h5");

Callers 1

user_infoMethod · 0.95

Calls 1

getNonceMethod · 0.95

Tested by

no test coverage detected