fix: 兼容二维数组生成, 更新 go

This commit is contained in:
Young
2022-05-31 09:57:37 +08:00
parent cce0278970
commit 58f17b3c24
3 changed files with 25 additions and 20 deletions

View File

@ -30,6 +30,7 @@ type (
Birthday string `json:"birthday"`
Description string `json:"description"`
Tag []string `json:"tag"`
Tags [][]string `json:"tags"`
}
UserSearchReq {