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) {