Open njuyangliu opened 2 years ago
json: cannot unmarshal number 5561506949 into Go struct field Users.user_ids of type int32
I changed User.ID type into int64, then it works. I think it is a bug.
I changed User.ID type into int64, then it works. I think it is a bug.