update @schema接口补充参数

This commit is contained in:
huangzhen 2024-10-24 11:30:21 +08:00
parent eef4ac03f3
commit 918cb3a5f5
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ export async function channelJudge (channel: number, mode: number, judgeData?: a
const res = await GET_WXSCHEMA({ const res = await GET_WXSCHEMA({
id: idNew, id: idNew,
key: localStorage.getItem('key') || '', key: localStorage.getItem('key') || '',
type: type === 1 ? 1 : 2, // 该接口专用1-红包 2-立减金
}) })
if (res && res.code === 200) { if (res && res.code === 200) {
if (res.data.url_scheme) { if (res.data.url_scheme) {