[Update] Get staff info
This commit is contained in:
parent
94fa0d0231
commit
912e1bf7a3
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue