fix:会员订单新增对应标识

This commit is contained in:
2025-08-25 17:57:38 +08:00
parent 38eb05fefd
commit ab9a7279f5
30 changed files with 46 additions and 560 deletions
+1 -1
View File
@@ -7043,7 +7043,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.10.62,127.0.0.1";
const port = "8090";
const id = "mp-weixin_MczgwA";
const id = "mp-weixin_A62-ap";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();