如果扫描用户,没有订单,不需要返回任何信息给用户

完成套餐从数据库中提取
This commit is contained in:
8vd8
2025-04-22 18:08:52 +08:00
parent 8431cdf2d6
commit d9e70d4eaf
21 changed files with 591 additions and 145 deletions
+2 -2
View File
@@ -6874,9 +6874,9 @@ function initOnError() {
};
}
function initRuntimeSocketService() {
const hosts = "10.8.0.5,192.168.1.15,127.0.0.1";
const hosts = "192.168.1.15,127.0.0.1";
const port = "8090";
const id = "mp-weixin_WlfuId";
const id = "mp-weixin_DyxEKd";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();