add check wxmsg

This commit is contained in:
2025-11-30 01:02:42 +08:00
parent f9169bcd8b
commit 53df135696
8 changed files with 418 additions and 9 deletions

View File

@@ -128,6 +128,7 @@ export class UserApp {
const fetchRes = await fetchDomain(domain).catch((err) => {
return {
code: 500,
data: null,
message: err,
};
});