From 669846352f16f345128fc4629192001c09df4aba Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 30 Aug 2025 12:03:07 +0800 Subject: [PATCH] updated UserApi.ts --- src/api/UserApi.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/api/UserApi.ts b/src/api/UserApi.ts index d99d76e..187e437 100644 --- a/src/api/UserApi.ts +++ b/src/api/UserApi.ts @@ -5,6 +5,14 @@ export default class UserApi extends BaseApi { return "User" } override onInit(): void { - + this.registerEvent("", () => { + return { + msg: "", + code: 200, + data: { + + } + } + }) } } \ No newline at end of file