Merge pull request '1' (#788) from feat-IRONFANS-212-Robin into test
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/788
This commit is contained in:
commit
76935fed75
|
@ -81,11 +81,3 @@ func (p *ApiHeadReq) ProvideNotNullValue() (params []*validator.JsonParam) {
|
|||
|
||||
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