Refactor code

pull/131/head
wenxu12345 4 years ago
parent f579c6b56d
commit 0971445289

@ -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

Loading…
Cancel
Save