JuanJuanQingQuan

Results 1 issues of JuanJuanQingQuan

下面这里uids,应该是topic以及post的userid字段而非主键ID吧 ``` //获取用户信息 // uids := []int64{f.topic.Id} // for _, post := range f.posts { // uids = append(uids, post.Id) // } uids := []int64{f.topic.UserId} for _, post := range...