From 918cb3a5f57ff619f51c219f7db542679d47758c Mon Sep 17 00:00:00 2001 From: huangzhen Date: Thu, 24 Oct 2024 11:30:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20@schema=E6=8E=A5=E5=8F=A3=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/empower.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/empower.ts b/src/utils/empower.ts index 437b1d2..1da5a5b 100644 --- a/src/utils/empower.ts +++ b/src/utils/empower.ts @@ -68,6 +68,7 @@ export async function channelJudge (channel: number, mode: number, judgeData?: a const res = await GET_WXSCHEMA({ id: idNew, key: localStorage.getItem('key') || '', + type: type === 1 ? 1 : 2, // 该接口专用:1-红包 2-立减金 }) if (res && res.code === 200) { if (res.data.url_scheme) {