合并代码并解决冲突

This commit is contained in:
2026-05-14 10:07:26 +08:00
4 changed files with 35 additions and 7 deletions

View File

@@ -23,8 +23,11 @@ function createWebSocket(token, onMessage) {
const envVersion = accountInfo.miniProgram.envVersion;
switch (envVersion) {
case "develop":
// url = "ws://localhost:8000/socket";
case "develop": // 开发版
// url = "ws://192.168.1.30:8000/socket";
url = "wss://apitest.shelingxingqiu.com/socket";
break;
case "trial": // 体验版
url = "wss://apitest.shelingxingqiu.com/socket";
break;
case "trial":