From 3f767134bea1989ac004d52a9909316abbcdf9d3 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Wed, 18 Oct 2023 21:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B8=B8=E6=88=8Fid=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.ts b/src/config/index.ts index e878d51..ea64159 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -4,7 +4,7 @@ import Taro from "@tarojs/taro"; export const app = { API_URL: () => `${process.env.TARO_APP_API}`, API_WS: () => - `${process.env.TARO_APP_WS}?uid=${Taro.getStorageSync("uid")}&gema_id=${ + `${process.env.TARO_APP_WS}?uid=${Taro.getStorageSync("uid")}&game_id=${ Taro.getStorageSync("gameItem").ID }`, };