package base_info type DelMsgReq struct { OperationID string `json:"operationID"` } type DelMsgResp struct { }