From 21994f214ad16247db2baf2b5cfe37607a6e010d Mon Sep 17 00:00:00 2001 From: dy Date: Tue, 26 Dec 2023 16:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=83=E6=97=A6fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_s2c/event/yuandan/ApiZLRec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api_s2c/event/yuandan/ApiZLRec.ts b/src/api_s2c/event/yuandan/ApiZLRec.ts index 240a590..7adb47c 100644 --- a/src/api_s2c/event/yuandan/ApiZLRec.ts +++ b/src/api_s2c/event/yuandan/ApiZLRec.ts @@ -25,7 +25,7 @@ export default async function (call: ApiCall) { if (!item) call.errorCode(-4) }) - let prize = [gift.prize, ...call.req.dlz] + let prize = [...gift.prize, ...call.req.dlz] await PlayerFun.sendPrize(call, prize);