From 912e1bf7a34fc09b456534973b6251138e9c86d0 Mon Sep 17 00:00:00 2001 From: trunglt251292 Date: Fri, 1 Jul 2022 09:26:32 +0700 Subject: [PATCH] [Update] Get staff info --- struct.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }