group dismissed

This commit is contained in:
skiffer-git
2022-03-24 15:33:30 +08:00
parent e7b95892ff
commit 9d29d49ada
14 changed files with 2632 additions and 4037 deletions
+8
View File
@@ -177,3 +177,11 @@ type TransferGroupOwnerReq struct {
type TransferGroupOwnerResp struct {
CommResp
}
type DismissGroupReq struct {
GroupID string `json:"groupID" binding:"required"`
OperationID string `json:"operationID" binding:"required"`
}
type DismissGroupResp struct {
CommResp
}