|
|
|
@ -112,7 +112,8 @@ type ApplicationGroupResponseReq struct {
|
|
|
|
|
GroupID string `json:"groupID" binding:"required"`
|
|
|
|
|
FromUserID string `json:"fromUserID" binding:"required"` //application from FromUserID
|
|
|
|
|
HandledMsg string `json:"handledMsg"`
|
|
|
|
|
HandleResult int32 `json:"handleResult" binding:"required, oneof=-1 1"`
|
|
|
|
|
//`json:"flag" binding:"required,oneof=-1 0 1"`
|
|
|
|
|
HandleResult int32 `json:"handleResult" binding:"required,oneof=-1 1"`
|
|
|
|
|
}
|
|
|
|
|
type ApplicationGroupResponseResp struct {
|
|
|
|
|
CommResp
|
|
|
|
|