fix: LoginErrorCode

This commit is contained in:
手瓜一十雪
2024-12-30 19:29:14 +08:00
parent b6f77afdcb
commit 92680e3fa0
4 changed files with 42 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class SetGroupSignBase extends GetPacketStatusDepends<Payload, any> {
}
export class SetGroupSign extends SetGroupSignBase {
actionName = ActionName.SendGroupSign;
actionName = ActionName.SetGroupSign;
}
export class SendGroupSign extends SetGroupSignBase {