From aa1ed9f4669fdcb42053b60753c190fcc3e44414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cjueweijue=E2=80=9D?= <“jueweijue@gmail.comgit config --global user.email “jueweijue@gmail.com> Date: Mon, 25 Dec 2023 14:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E6=92=AD=E5=AE=A1=E6=89=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=94=B9=E6=88=90=E4=B8=80=E6=AC=A1=E5=87=BA200?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/StreamerJoin/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/StreamerJoin/index.jsx b/src/pages/StreamerJoin/index.jsx index d147996..47c7a7f 100644 --- a/src/pages/StreamerJoin/index.jsx +++ b/src/pages/StreamerJoin/index.jsx @@ -283,7 +283,7 @@ const JoinContent = (props) => { body: JSON.stringify({ status: querryStatus, offset: offset, - limit: 20, + limit: 200, ...base, }), });