This commit is contained in:
smallfawn
2025-02-18 14:08:50 +08:00
parent 014bd292b4
commit 9be2a5d2aa
5 changed files with 5 additions and 0 deletions

View File

@@ -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
} }

View File

@@ -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
} }

View File

@@ -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
} }

View File

@@ -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
} }

View File

@@ -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
} }