diff --git a/struct.go b/struct.go index 4359444..01cafaf 100644 --- a/struct.go +++ b/struct.go @@ -29,8 +29,8 @@ type GetTokenByPhoneResponse struct { // When partner use. Bson unmarshal convert to struct type GetInfoStaff struct { Condition interface{} - Page int - Limit int + Page int64 + Limit int64 Sort bson.D }