mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: (SetGroupSign) BaseAction-->GetPacketStatusDepends
This commit is contained in:
parent
5e750d4ee9
commit
b587d6b91d
@ -1,4 +1,4 @@
|
||||
import BaseAction from '../BaseAction';
|
||||
import { GetPacketStatusDepends } from '../packet/GetPacketStatus';
|
||||
import { ActionName } from '../types';
|
||||
import { FromSchema, JSONSchema } from 'json-schema-to-ts';
|
||||
|
||||
@ -12,7 +12,7 @@ const SchemaData = {
|
||||
|
||||
type Payload = FromSchema<typeof SchemaData>;
|
||||
|
||||
export class SetGroupSign extends BaseAction<Payload, any> {
|
||||
export class SetGroupSign extends GetPacketStatusDepends<Payload, any> {
|
||||
actionName = ActionName.SetGroupSign;
|
||||
payloadSchema = SchemaData;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user