|
@@ -170,6 +170,7 @@ function robotToken() {
|
|
|
"time": ts,
|
|
"time": ts,
|
|
|
"sign": sign
|
|
"sign": sign
|
|
|
};
|
|
};
|
|
|
|
|
+ let androidCookie = currentCookie.replace("iphone", "android").replace("iPhone", "Android").replace("apk_partner_name=appstore", "apk_partner_name=android");
|
|
|
await magicJS.http.post({
|
|
await magicJS.http.post({
|
|
|
url: "https://user-api.smzdm.com/robot/token",
|
|
url: "https://user-api.smzdm.com/robot/token",
|
|
|
headers: {
|
|
headers: {
|