This commit is contained in:
sunmeng 2025-08-21 11:29:28 +08:00
parent af3d727a64
commit 1b8b891531

View File

@ -6882,7 +6882,7 @@ function initOnError() {
function initRuntimeSocketService() {
const hosts = "127.0.0.1,172.10.0.127";
const port = "8090";
const id = "mp-weixin_Z8uiV9";
const id = "mp-weixin_Mc-x4m";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();