[Update] Get staff info

This commit is contained in:
trunglt251292 2022-07-01 09:26:32 +07:00
parent 94fa0d0231
commit 912e1bf7a3
1 changed files with 2 additions and 2 deletions

View File

@ -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
}