From 5ae3c49787e1251f90bb0430532cc9a3902f4554 Mon Sep 17 00:00:00 2001 From: trunglt251292 Date: Tue, 23 Aug 2022 09:38:32 +0700 Subject: [PATCH] [Update] Add request verify code --- struct.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/struct.go b/struct.go index 1cba0df..2af9578 100644 --- a/struct.go +++ b/struct.go @@ -12,6 +12,11 @@ type StaffVerifyCodeBody struct { Source string `json:"source"` } +// StaffVerifyCodeResponse ... +type StaffVerifyCodeResponse struct { + Success bool `json:"success"` +} + // CommonQuery ... type CommonQuery struct { Page int64 `json:"page"`