调整
This commit is contained in:
@@ -8,7 +8,7 @@ import {genAnti} from "@/api/genAnti";
|
||||
export async function sendChromeAPIMessage(message) {
|
||||
message.type = 'api'
|
||||
if (!message.url.startsWith('http')) {
|
||||
message.url = "https://kuajing.pinduoduo.com/" + message.url;
|
||||
message.url = "https://seller.kuajingmaihuo.com/" + message.url;
|
||||
}
|
||||
message.anti = message.anti || false
|
||||
if (message.needMallId) {
|
||||
|
||||
@@ -2868,7 +2868,7 @@ const o = function() {
|
||||
])
|
||||
};
|
||||
|
||||
const gen_anti_content = (url="https://kuajing.pinduoduo.com/main/order-manager/shipping-desk")=>{
|
||||
const gen_anti_content = (url="https://seller.kuajingmaihuo.com/main/order-manager/shipping-desk")=>{
|
||||
return o()()["messagePackSync"](url)
|
||||
}
|
||||
module.exports = {gen_anti_content}
|
||||
|
||||
@@ -53133,7 +53133,7 @@ export default[function(e, t, r) {
|
||||
))
|
||||
}
|
||||
, r = new XMLHttpRequest;
|
||||
r.open("GET", "https://kuajing.pinduoduo.com/api/server/_stm", !0),
|
||||
r.open("GET", "https://seller.kuajingmaihuo.com/api/server/_stm", !0),
|
||||
r.setRequestHeader("Content-type", "application/json; charset=utf-8"),
|
||||
r.withCredentials = !0,
|
||||
r.onreadystatechange = function() {
|
||||
|
||||
Reference in New Issue
Block a user