boka-human-cliend-v3 0.0.18 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5200,11 +5200,11 @@
|
|
|
5200
5200
|
if (product.toLowerCase() === "mase" || product.toLowerCase() === "aime" && subCustType === "overseas") {
|
|
5201
5201
|
return "https://service.mase.cloud";
|
|
5202
5202
|
}
|
|
5203
|
-
return "https://
|
|
5203
|
+
return "https://human.shboka.com";
|
|
5204
5204
|
},
|
|
5205
5205
|
src() {
|
|
5206
5206
|
let { token, product, subCustType, source } = this;
|
|
5207
|
-
return `${this.host}?token=${token}&product=${product}&subCustType=${subCustType}&source=${source}&human=1&isIFrame=true&time=${(/* @__PURE__ */ new Date()).getTime()}`;
|
|
5207
|
+
return `${this.host}?token=${token}&product=${product}&subCustType=${subCustType}&source=${source}&human=1&isIFrame=true&time=${(/* @__PURE__ */ new Date()).getTime()}&debug=1`;
|
|
5208
5208
|
}
|
|
5209
5209
|
},
|
|
5210
5210
|
data() {
|