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:
chenhao 2024-11-11 13:46:08 +08:00
commit 76935fed75
1 changed files with 0 additions and 8 deletions

View File

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