From a2ddf3567cef39c9f236610b92a2e435be14d0bd Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 11 Aug 2022 16:51:21 +0800 Subject: [PATCH] callback kickoff --- pkg/base_info/auth_api_struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/base_info/auth_api_struct.go b/pkg/base_info/auth_api_struct.go index fea71aa58..4f26084f5 100644 --- a/pkg/base_info/auth_api_struct.go +++ b/pkg/base_info/auth_api_struct.go @@ -30,7 +30,7 @@ type UserTokenReq struct { Secret string `json:"secret" binding:"required,max=32"` Platform int32 `json:"platform" binding:"required,min=1,max=8"` UserID string `json:"userID" binding:"required,min=1,max=64"` - LoginIp string `json:"loginIp" binding:"required,max=15"` + LoginIp string `json:"loginIp"` OperationID string `json:"operationID" binding:"required"` }