mir:fixed get suggest user/tags result error

pull/196/head
Michael Li 2 years ago
parent bde80d93ee
commit ce77357f6a
No known key found for this signature in database

@ -83,7 +83,7 @@ type SuggestUsersReq struct {
}
type SuggestUsersResp struct {
Suggests []string `json:"suggests"`
Suggests []string `json:"suggest"`
}
type SuggestTagsReq struct {
@ -91,7 +91,7 @@ type SuggestTagsReq struct {
}
type SuggestTagsResp struct {
Suggests []string `json:"suggests"`
Suggests []string `json:"suggest"`
}
type TweetStarStatusReq struct {

Loading…
Cancel
Save