fix:修复支付分订单创建,订单套餐没有更新的问题

This commit is contained in:
2025-07-18 19:40:24 +08:00
parent 8910b3c829
commit 485c2f6d80
14 changed files with 68 additions and 65 deletions
+1 -1
View File
@@ -6990,7 +6990,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.1.109,127.0.0.1";
const port = "8090";
const id = "mp-weixin_6dQp-x";
const id = "mp-weixin_YQZRXd";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();