From c9557d6f7a13b52823fe8377f1290e244b8d35b2 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 7 May 2021 12:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=88=96=E8=80=85=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E6=88=BF=E9=97=B4=E6=97=B6,=20=E4=BC=A0=E5=85=A5accou?= =?UTF-8?q?ntid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/controllers/puzzle.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/controllers/puzzle.controller.ts b/src/api/controllers/puzzle.controller.ts index eb5c879..d424e2d 100644 --- a/src/api/controllers/puzzle.controller.ts +++ b/src/api/controllers/puzzle.controller.ts @@ -132,7 +132,7 @@ class PuzzleController extends BaseController { @router('post /api/:accountid/puzzle/match') async joinMultipleGame(req, res) { const { shop, accountid, debug_begin_sec, debug_qcount } = req.params - let data: any = { shop, maxTime: 3600 } + let data: any = { shop, maxTime: 3600, accountid } let beginSecond = (debug_begin_sec ? +debug_begin_sec : 20) beginSecond = (Math.max(2, beginSecond)) * 1000 /**