1.9 个股中心模块搭建

This commit is contained in:
尚政杰
2026-01-09 17:43:20 +08:00
parent f6086bcf7d
commit 27dc03940b
19 changed files with 768 additions and 53 deletions

View File

@@ -7053,7 +7053,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.2.28";
const port = "8090";
const id = "mp-weixin_GZv04u";
const id = "mp-weixin_4B1aCX";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();