init: radio init commit
This commit is contained in:
@@ -36,6 +36,9 @@ func (r *GetById) Uint() string {
|
||||
return string(r.ID)
|
||||
}
|
||||
|
||||
type IdReq struct {
|
||||
Id string `json:"id" form:"id"`
|
||||
}
|
||||
type IdsReq struct {
|
||||
Ids []string `json:"ids" form:"ids"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user