This commit is contained in:
parent
7ab72de288
commit
14e4a6b09b
|
@ -81,11 +81,3 @@ func (p *ApiHeadReq) ProvideNotNullValue() (params []*validator.JsonParam) {
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *ApiListByIdsReq) ProvideNotNullValue() (params []*validator.JsonParam) {
|
|
||||||
params = make([]*validator.JsonParam, 0)
|
|
||||||
|
|
||||||
params = append(params, validator.NewInt64SliceParam("请确认动态的ids!", p.Ids))
|
|
||||||
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue