feat: 添加简报收集器请求参数中的用户Id和chat_id
This commit is contained in:
parent
f746e42e0c
commit
b3ad689eac
@ -26,6 +26,7 @@ export const fetchReportCollector = async (
|
||||
) => {
|
||||
const url = `https://report.imoaix.cn/report?msg=${msg}&user=${user}&chat_id=${chat_id}`;
|
||||
try {
|
||||
console.log("🚀 ~ url:", url);
|
||||
const res = await fetch(url);
|
||||
return ((await res.json()) as string) || "";
|
||||
} catch {
|
||||
|
Loading…
x
Reference in New Issue
Block a user