mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
A
This commit is contained in:
@@ -178,6 +178,7 @@ async function getNotice() {
|
||||
}
|
||||
}
|
||||
let { data: res } = await new Public().request(options);
|
||||
$.log(res)
|
||||
return res
|
||||
}
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ async function getNotice() {
|
||||
}
|
||||
}
|
||||
let { data: res } = await new Public().request(options);
|
||||
$.log(res)
|
||||
return res
|
||||
}
|
||||
|
||||
|
||||
@@ -140,6 +140,7 @@ async function getNotice() {
|
||||
}
|
||||
}
|
||||
let { data: res } = await new Public().request(options);
|
||||
$.log(res)
|
||||
return res
|
||||
}
|
||||
|
||||
|
||||
@@ -141,6 +141,7 @@ async function getNotice() {
|
||||
}
|
||||
}
|
||||
let { data: res } = await new Public().request(options);
|
||||
$.log(res)
|
||||
return res
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user