update @schema接口补充参数
This commit is contained in:
parent
eef4ac03f3
commit
918cb3a5f5
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue