mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-12 21:05:00 +08:00
A
This commit is contained in:
parent
014bd292b4
commit
9be2a5d2aa
@ -178,6 +178,7 @@ async function getNotice() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let { data: res } = await new Public().request(options);
|
let { data: res } = await new Public().request(options);
|
||||||
|
$.log(res)
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,7 @@ async function getNotice() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let { data: res } = await new Public().request(options);
|
let { data: res } = await new Public().request(options);
|
||||||
|
$.log(res)
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -140,6 +140,7 @@ async function getNotice() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let { data: res } = await new Public().request(options);
|
let { data: res } = await new Public().request(options);
|
||||||
|
$.log(res)
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -141,6 +141,7 @@ async function getNotice() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let { data: res } = await new Public().request(options);
|
let { data: res } = await new Public().request(options);
|
||||||
|
$.log(res)
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user