feat(wip): 進一步完善 UserAPI 和基類函數
This commit is contained in:
@@ -5,7 +5,7 @@ export default class UserApi extends BaseApi {
|
||||
return "User"
|
||||
}
|
||||
override onInit(): void {
|
||||
this.registerEvent("User.auth", () => {
|
||||
this.registerEvent("User.auth", (args) => {
|
||||
return {
|
||||
msg: "",
|
||||
code: 200,
|
||||
|
||||
Reference in New Issue
Block a user