update api

This commit is contained in:
felinae98
2022-08-01 22:16:03 +08:00
parent ee01773e64
commit b8af6d0024
5 changed files with 45 additions and 18 deletions
+5
View File
@@ -47,3 +47,8 @@ export interface StatusResp {
status: number;
msg: string;
}
export interface SubmitParam {
groupNumber: number;
sub: SubscribeConfig;
}