[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 // When partner use. Bson unmarshal convert to struct
type GetInfoStaff struct { type GetInfoStaff struct {
Condition interface{} Condition interface{}
Page int Page int64
Limit int Limit int64
Sort bson.D Sort bson.D
} }