client

package
v2.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2024 License: Apache-2.0 Imports: 5 Imported by: 4

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckSmsVerifyCodeRequest added in v2.1.0

type CheckSmsVerifyCodeRequest struct {
	// The verification policy for uppercase and lowercase letters of the verification code. Valid values:
	//
	// *   1: The verification policy does not distinguish uppercase and lowercase letters.
	// *   2: The verification policy distinguishes uppercase and lowercase letters.
	CaseAuthPolicy *int64 `json:"CaseAuthPolicy,omitempty" xml:"CaseAuthPolicy,omitempty"`
	// The country code of the phone number. Default value: 86.
	CountryCode *string `json:"CountryCode,omitempty" xml:"CountryCode,omitempty"`
	// The external ID.
	OutId   *string `json:"OutId,omitempty" xml:"OutId,omitempty"`
	OwnerId *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The phone number.
	PhoneNumber          *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The verification service name. If this parameter is not specified, the default service is used. The name can be up to 20 characters in length.
	SchemeName *string `json:"SchemeName,omitempty" xml:"SchemeName,omitempty"`
	// The verification code.
	VerifyCode *string `json:"VerifyCode,omitempty" xml:"VerifyCode,omitempty"`
}

func (CheckSmsVerifyCodeRequest) GoString added in v2.1.0

func (s CheckSmsVerifyCodeRequest) GoString() string

func (*CheckSmsVerifyCodeRequest) SetCaseAuthPolicy added in v2.1.0

func (*CheckSmsVerifyCodeRequest) SetCountryCode added in v2.1.0

func (*CheckSmsVerifyCodeRequest) SetOutId added in v2.1.0

func (*CheckSmsVerifyCodeRequest) SetOwnerId added in v2.1.0

func (*CheckSmsVerifyCodeRequest) SetPhoneNumber added in v2.1.0

func (*CheckSmsVerifyCodeRequest) SetResourceOwnerAccount added in v2.1.0

func (s *CheckSmsVerifyCodeRequest) SetResourceOwnerAccount(v string) *CheckSmsVerifyCodeRequest

func (*CheckSmsVerifyCodeRequest) SetResourceOwnerId added in v2.1.0

func (s *CheckSmsVerifyCodeRequest) SetResourceOwnerId(v int64) *CheckSmsVerifyCodeRequest

func (*CheckSmsVerifyCodeRequest) SetSchemeName added in v2.1.0

func (*CheckSmsVerifyCodeRequest) SetVerifyCode added in v2.1.0

func (CheckSmsVerifyCodeRequest) String added in v2.1.0

func (s CheckSmsVerifyCodeRequest) String() string

type CheckSmsVerifyCodeResponse added in v2.1.0

type CheckSmsVerifyCodeResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CheckSmsVerifyCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CheckSmsVerifyCodeResponse) GoString added in v2.1.0

func (s CheckSmsVerifyCodeResponse) GoString() string

func (*CheckSmsVerifyCodeResponse) SetBody added in v2.1.0

func (*CheckSmsVerifyCodeResponse) SetHeaders added in v2.1.0

func (*CheckSmsVerifyCodeResponse) SetStatusCode added in v2.1.0

func (CheckSmsVerifyCodeResponse) String added in v2.1.0

type CheckSmsVerifyCodeResponseBody added in v2.1.0

type CheckSmsVerifyCodeResponseBody struct {
	// The details about the access denial.
	AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"`
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [Response codes](https://help.aliyun.com/zh/pnvs/developer-reference/api-return-code?spm=a2c4g.11174283.0.0.70c5616bkj38Wa).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The returned data.
	Model *CheckSmsVerifyCodeResponseBodyModel `json:"Model,omitempty" xml:"Model,omitempty" type:"Struct"`
	// Indicates whether the request is successful. Valid values:
	//
	// *   true
	// *   false
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CheckSmsVerifyCodeResponseBody) GoString added in v2.1.0

func (*CheckSmsVerifyCodeResponseBody) SetAccessDeniedDetail added in v2.1.0

func (*CheckSmsVerifyCodeResponseBody) SetCode added in v2.1.0

func (*CheckSmsVerifyCodeResponseBody) SetMessage added in v2.1.0

func (*CheckSmsVerifyCodeResponseBody) SetModel added in v2.1.0

func (*CheckSmsVerifyCodeResponseBody) SetSuccess added in v2.1.0

func (CheckSmsVerifyCodeResponseBody) String added in v2.1.0

type CheckSmsVerifyCodeResponseBodyModel added in v2.1.0

type CheckSmsVerifyCodeResponseBodyModel struct {
	// The external ID.
	OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"`
	// The verification results. Valid values:
	//
	// *   PASS: The verification is successful.
	// *   UNKNOWN: The verification failed.
	VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"`
}

func (CheckSmsVerifyCodeResponseBodyModel) GoString added in v2.1.0

func (*CheckSmsVerifyCodeResponseBodyModel) SetOutId added in v2.1.0

func (*CheckSmsVerifyCodeResponseBodyModel) SetVerifyResult added in v2.1.0

func (CheckSmsVerifyCodeResponseBodyModel) String added in v2.1.0

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) CheckSmsVerifyCode added in v2.1.0

func (client *Client) CheckSmsVerifyCode(request *CheckSmsVerifyCodeRequest) (_result *CheckSmsVerifyCodeResponse, _err error)

func (*Client) CheckSmsVerifyCodeWithOptions added in v2.1.0

func (client *Client) CheckSmsVerifyCodeWithOptions(request *CheckSmsVerifyCodeRequest, runtime *util.RuntimeOptions) (_result *CheckSmsVerifyCodeResponse, _err error)

func (*Client) CreateSchemeConfig added in v2.1.0

func (client *Client) CreateSchemeConfig(request *CreateSchemeConfigRequest) (_result *CreateSchemeConfigResponse, _err error)

func (*Client) CreateSchemeConfigWithOptions added in v2.1.0

func (client *Client) CreateSchemeConfigWithOptions(request *CreateSchemeConfigRequest, runtime *util.RuntimeOptions) (_result *CreateSchemeConfigResponse, _err error)

func (*Client) CreateVerifyScheme

func (client *Client) CreateVerifyScheme(request *CreateVerifySchemeRequest) (_result *CreateVerifySchemeResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request CreateVerifySchemeRequest
  • @return CreateVerifySchemeResponse

func (*Client) CreateVerifySchemeWithOptions

func (client *Client) CreateVerifySchemeWithOptions(request *CreateVerifySchemeRequest, runtime *util.RuntimeOptions) (_result *CreateVerifySchemeResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request CreateVerifySchemeRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return CreateVerifySchemeResponse

func (*Client) DeleteVerifyScheme

func (client *Client) DeleteVerifyScheme(request *DeleteVerifySchemeRequest) (_result *DeleteVerifySchemeResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request DeleteVerifySchemeRequest
  • @return DeleteVerifySchemeResponse

func (*Client) DeleteVerifySchemeWithOptions

func (client *Client) DeleteVerifySchemeWithOptions(request *DeleteVerifySchemeRequest, runtime *util.RuntimeOptions) (_result *DeleteVerifySchemeResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request DeleteVerifySchemeRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return DeleteVerifySchemeResponse

func (*Client) DescribeVerifyScheme

func (client *Client) DescribeVerifyScheme(request *DescribeVerifySchemeRequest) (_result *DescribeVerifySchemeResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request DescribeVerifySchemeRequest
  • @return DescribeVerifySchemeResponse

func (*Client) DescribeVerifySchemeWithOptions

func (client *Client) DescribeVerifySchemeWithOptions(request *DescribeVerifySchemeRequest, runtime *util.RuntimeOptions) (_result *DescribeVerifySchemeResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request DescribeVerifySchemeRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return DescribeVerifySchemeResponse

func (*Client) GetAuthToken

func (client *Client) GetAuthToken(request *GetAuthTokenRequest) (_result *GetAuthTokenResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the phone number verification feature for HTML5 pages](~~169786~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetAuthTokenRequest
  • @return GetAuthTokenResponse

func (*Client) GetAuthTokenWithOptions

func (client *Client) GetAuthTokenWithOptions(request *GetAuthTokenRequest, runtime *util.RuntimeOptions) (_result *GetAuthTokenResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the phone number verification feature for HTML5 pages](~~169786~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetAuthTokenRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return GetAuthTokenResponse

func (*Client) GetAuthorizationUrl

func (client *Client) GetAuthorizationUrl(request *GetAuthorizationUrlRequest) (_result *GetAuthorizationUrlResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account and obtain an Alibaba Cloud AccessKey pair. For more information, see [Process of communication authorization](~~196922~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetAuthorizationUrlRequest
  • @return GetAuthorizationUrlResponse

func (*Client) GetAuthorizationUrlWithOptions

func (client *Client) GetAuthorizationUrlWithOptions(request *GetAuthorizationUrlRequest, runtime *util.RuntimeOptions) (_result *GetAuthorizationUrlResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account and obtain an Alibaba Cloud AccessKey pair. For more information, see [Process of communication authorization](~~196922~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetAuthorizationUrlRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return GetAuthorizationUrlResponse

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetFusionAuthToken added in v2.0.3

func (client *Client) GetFusionAuthToken(request *GetFusionAuthTokenRequest) (_result *GetFusionAuthTokenResponse, _err error)

func (*Client) GetFusionAuthTokenWithOptions added in v2.0.3

func (client *Client) GetFusionAuthTokenWithOptions(request *GetFusionAuthTokenRequest, runtime *util.RuntimeOptions) (_result *GetFusionAuthTokenResponse, _err error)

func (*Client) GetMobile

func (client *Client) GetMobile(request *GetMobileRequest) (_result *GetMobileResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Getting Started](~~84541~~).
  • > This operation is applicable only to one-click logon or registration. You can call this operation only after you confirm the authorization on the authorization page provided by the SDK for one-click logon. You are prohibited from simulating or bypassing the authorization process. Alibaba Cloud reserves the right to terminate our services and take legal actions against such violations.
  • ### [](#qps)QPS limits
  • You can call this operation up to 5,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetMobileRequest
  • @return GetMobileResponse

func (*Client) GetMobileWithOptions

func (client *Client) GetMobileWithOptions(request *GetMobileRequest, runtime *util.RuntimeOptions) (_result *GetMobileResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Getting Started](~~84541~~).
  • > This operation is applicable only to one-click logon or registration. You can call this operation only after you confirm the authorization on the authorization page provided by the SDK for one-click logon. You are prohibited from simulating or bypassing the authorization process. Alibaba Cloud reserves the right to terminate our services and take legal actions against such violations.
  • ### [](#qps)QPS limits
  • You can call this operation up to 5,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetMobileRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return GetMobileResponse

func (*Client) GetPhoneWithToken added in v2.0.1

func (client *Client) GetPhoneWithToken(request *GetPhoneWithTokenRequest) (_result *GetPhoneWithTokenResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Getting Started](~~84541~~).
  • > This operation is applicable only to one-click logon or registration in HTML5 pages. You can call this operation only after you confirm the authorization on the authorization page provided by the JavaScript SDK. You are prohibited from simulating or bypassing the authorization process. Alibaba Cloud reserves the right to terminate our services and take legal actions against such violations.
  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetPhoneWithTokenRequest
  • @return GetPhoneWithTokenResponse

func (*Client) GetPhoneWithTokenWithOptions added in v2.0.1

func (client *Client) GetPhoneWithTokenWithOptions(request *GetPhoneWithTokenRequest, runtime *util.RuntimeOptions) (_result *GetPhoneWithTokenResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Getting Started](~~84541~~).
  • > This operation is applicable only to one-click logon or registration in HTML5 pages. You can call this operation only after you confirm the authorization on the authorization page provided by the JavaScript SDK. You are prohibited from simulating or bypassing the authorization process. Alibaba Cloud reserves the right to terminate our services and take legal actions against such violations.
  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetPhoneWithTokenRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return GetPhoneWithTokenResponse

func (*Client) GetSmsAuthTokens

func (client *Client) GetSmsAuthTokens(request *GetSmsAuthTokensRequest) (_result *GetSmsAuthTokensResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the SMS verification feature](~~313209~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 5,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetSmsAuthTokensRequest
  • @return GetSmsAuthTokensResponse

func (*Client) GetSmsAuthTokensWithOptions

func (client *Client) GetSmsAuthTokensWithOptions(request *GetSmsAuthTokensRequest, runtime *util.RuntimeOptions) (_result *GetSmsAuthTokensResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the SMS verification feature](~~313209~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 5,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request GetSmsAuthTokensRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return GetSmsAuthTokensResponse

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) JyCreateVerifyScheme added in v2.2.0

func (client *Client) JyCreateVerifyScheme(request *JyCreateVerifySchemeRequest) (_result *JyCreateVerifySchemeResponse, _err error)

*

  • @deprecated : JyCreateVerifyScheme is deprecated, please use Dypnsapi::2017-05-25::CreateVerifyScheme instead. *
  • @param request JyCreateVerifySchemeRequest
  • @return JyCreateVerifySchemeResponse

Deprecated

func (*Client) JyCreateVerifySchemeWithOptions added in v2.2.0

func (client *Client) JyCreateVerifySchemeWithOptions(request *JyCreateVerifySchemeRequest, runtime *util.RuntimeOptions) (_result *JyCreateVerifySchemeResponse, _err error)

*

  • @deprecated : JyCreateVerifyScheme is deprecated, please use Dypnsapi::2017-05-25::CreateVerifyScheme instead. *
  • @param request JyCreateVerifySchemeRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return JyCreateVerifySchemeResponse

Deprecated

func (*Client) JyQueryAppInfoBySceneCode added in v2.2.0

func (client *Client) JyQueryAppInfoBySceneCode(request *JyQueryAppInfoBySceneCodeRequest) (_result *JyQueryAppInfoBySceneCodeResponse, _err error)

*

  • @deprecated : JyQueryAppInfoBySceneCode is deprecated, please use Dypnsapi::2017-05-25::QueryAppInfoBySceneCode instead. *
  • @param request JyQueryAppInfoBySceneCodeRequest
  • @return JyQueryAppInfoBySceneCodeResponse

Deprecated

func (*Client) JyQueryAppInfoBySceneCodeWithOptions added in v2.2.0

func (client *Client) JyQueryAppInfoBySceneCodeWithOptions(request *JyQueryAppInfoBySceneCodeRequest, runtime *util.RuntimeOptions) (_result *JyQueryAppInfoBySceneCodeResponse, _err error)

*

  • @deprecated : JyQueryAppInfoBySceneCode is deprecated, please use Dypnsapi::2017-05-25::QueryAppInfoBySceneCode instead. *
  • @param request JyQueryAppInfoBySceneCodeRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return JyQueryAppInfoBySceneCodeResponse

Deprecated

func (*Client) QueryGateVerifyBillingPublic

func (client *Client) QueryGateVerifyBillingPublic(request *QueryGateVerifyBillingPublicRequest) (_result *QueryGateVerifyBillingPublicResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request QueryGateVerifyBillingPublicRequest
  • @return QueryGateVerifyBillingPublicResponse

func (*Client) QueryGateVerifyBillingPublicWithOptions

func (client *Client) QueryGateVerifyBillingPublicWithOptions(request *QueryGateVerifyBillingPublicRequest, runtime *util.RuntimeOptions) (_result *QueryGateVerifyBillingPublicResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request QueryGateVerifyBillingPublicRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return QueryGateVerifyBillingPublicResponse

func (*Client) QueryGateVerifyStatisticPublic

func (client *Client) QueryGateVerifyStatisticPublic(request *QueryGateVerifyStatisticPublicRequest) (_result *QueryGateVerifyStatisticPublicResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request QueryGateVerifyStatisticPublicRequest
  • @return QueryGateVerifyStatisticPublicResponse

func (*Client) QueryGateVerifyStatisticPublicWithOptions

func (client *Client) QueryGateVerifyStatisticPublicWithOptions(request *QueryGateVerifyStatisticPublicRequest, runtime *util.RuntimeOptions) (_result *QueryGateVerifyStatisticPublicResponse, _err error)

*

  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request QueryGateVerifyStatisticPublicRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return QueryGateVerifyStatisticPublicResponse

func (*Client) QuerySendDetails added in v2.1.0

func (client *Client) QuerySendDetails(request *QuerySendDetailsRequest) (_result *QuerySendDetailsResponse, _err error)

*

  • @deprecated *
  • @param request QuerySendDetailsRequest
  • @return QuerySendDetailsResponse

Deprecated

func (*Client) QuerySendDetailsWithOptions added in v2.1.0

func (client *Client) QuerySendDetailsWithOptions(request *QuerySendDetailsRequest, runtime *util.RuntimeOptions) (_result *QuerySendDetailsResponse, _err error)

*

  • @deprecated *
  • @param request QuerySendDetailsRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return QuerySendDetailsResponse

Deprecated

func (*Client) SendSmsVerifyCode added in v2.1.0

func (client *Client) SendSmsVerifyCode(request *SendSmsVerifyCodeRequest) (_result *SendSmsVerifyCodeResponse, _err error)

func (*Client) SendSmsVerifyCodeWithOptions added in v2.1.0

func (client *Client) SendSmsVerifyCodeWithOptions(request *SendSmsVerifyCodeRequest, runtime *util.RuntimeOptions) (_result *SendSmsVerifyCodeResponse, _err error)

func (*Client) VerifyMobile

func (client *Client) VerifyMobile(request *VerifyMobileRequest) (_result *VerifyMobileResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Getting Started](~~84541~~).
  • > This operation is applicable to only the verification of thephone number that you use. To obtain a phone number for one-click logon, call [GetMobile](~~189865~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 5,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request VerifyMobileRequest
  • @return VerifyMobileResponse

func (*Client) VerifyMobileWithOptions

func (client *Client) VerifyMobileWithOptions(request *VerifyMobileRequest, runtime *util.RuntimeOptions) (_result *VerifyMobileResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Getting Started](~~84541~~).
  • > This operation is applicable to only the verification of thephone number that you use. To obtain a phone number for one-click logon, call [GetMobile](~~189865~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 5,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request VerifyMobileRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return VerifyMobileResponse

func (*Client) VerifyPhoneWithToken

func (client *Client) VerifyPhoneWithToken(request *VerifyPhoneWithTokenRequest) (_result *VerifyPhoneWithTokenResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the phone number verification feature for HTML5 pages](~~169786~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request VerifyPhoneWithTokenRequest
  • @return VerifyPhoneWithTokenResponse

func (*Client) VerifyPhoneWithTokenWithOptions

func (client *Client) VerifyPhoneWithTokenWithOptions(request *VerifyPhoneWithTokenRequest, runtime *util.RuntimeOptions) (_result *VerifyPhoneWithTokenResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the phone number verification feature for HTML5 pages](~~169786~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request VerifyPhoneWithTokenRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return VerifyPhoneWithTokenResponse

func (*Client) VerifySmsCode

func (client *Client) VerifySmsCode(request *VerifySmsCodeRequest) (_result *VerifySmsCodeResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the SMS verification feature](~~313209~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request VerifySmsCodeRequest
  • @return VerifySmsCodeResponse

func (*Client) VerifySmsCodeWithOptions

func (client *Client) VerifySmsCodeWithOptions(request *VerifySmsCodeRequest, runtime *util.RuntimeOptions) (_result *VerifySmsCodeResponse, _err error)

*

  • ### [](#)Preparations
  • You must register an Alibaba Cloud account, obtain an Alibaba Cloud AccessKey pair, and create a verification service. For more information, see [Use the SMS verification feature](~~313209~~).
  • ### [](#qps)QPS limits
  • You can call this operation up to 500 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. *
  • @param request VerifySmsCodeRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return VerifySmsCodeResponse

func (*Client) VerifyWithFusionAuthToken added in v2.0.3

func (client *Client) VerifyWithFusionAuthToken(request *VerifyWithFusionAuthTokenRequest) (_result *VerifyWithFusionAuthTokenResponse, _err error)

func (*Client) VerifyWithFusionAuthTokenWithOptions added in v2.0.3

func (client *Client) VerifyWithFusionAuthTokenWithOptions(request *VerifyWithFusionAuthTokenRequest, runtime *util.RuntimeOptions) (_result *VerifyWithFusionAuthTokenResponse, _err error)

type CreateSchemeConfigRequest added in v2.1.0

type CreateSchemeConfigRequest struct {
	// The package name. This parameter is required when Platform is set to Android. The name must be 1 to 128 characters in length and can contain digits, letters, hyphens (-), underscores (\_), and periods (.).
	AndroidPackageName *string `json:"AndroidPackageName,omitempty" xml:"AndroidPackageName,omitempty"`
	// The package signature. This parameter is required when Platform is set to Android. The signature must be 32 characters in length and can contain digits and letters.
	AndroidPackageSign *string `json:"AndroidPackageSign,omitempty" xml:"AndroidPackageSign,omitempty"`
	// The app name, which can be up to 20 characters in length and can contain letters.
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	// The reserved field. HTML5 apps are not supported.
	H5Origin *string `json:"H5Origin,omitempty" xml:"H5Origin,omitempty"`
	// The reserved field. HTML5 apps are not supported.
	H5Url *string `json:"H5Url,omitempty" xml:"H5Url,omitempty"`
	// The bundle ID. This parameter is required when OsType is set to iOS. The bundle ID must be 1 to 128 characters in length and can contain digits, letters, hyphens (-), underscores (\_), and periods (.).
	IosBundleId *string `json:"IosBundleId,omitempty" xml:"IosBundleId,omitempty"`
	OwnerId     *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The app platform.
	//
	// Valid values:
	//
	// *   Android
	// *   iOS
	Platform             *string `json:"Platform,omitempty" xml:"Platform,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The service name, which can be up to 10 characters in length and can contain letters.
	SchemeName *string `json:"SchemeName,omitempty" xml:"SchemeName,omitempty"`
}

func (CreateSchemeConfigRequest) GoString added in v2.1.0

func (s CreateSchemeConfigRequest) GoString() string

func (*CreateSchemeConfigRequest) SetAndroidPackageName added in v2.1.0

func (s *CreateSchemeConfigRequest) SetAndroidPackageName(v string) *CreateSchemeConfigRequest

func (*CreateSchemeConfigRequest) SetAndroidPackageSign added in v2.1.0

func (s *CreateSchemeConfigRequest) SetAndroidPackageSign(v string) *CreateSchemeConfigRequest

func (*CreateSchemeConfigRequest) SetAppName added in v2.1.0

func (*CreateSchemeConfigRequest) SetH5Origin added in v2.1.0

func (*CreateSchemeConfigRequest) SetH5Url added in v2.1.0

func (*CreateSchemeConfigRequest) SetIosBundleId added in v2.1.0

func (*CreateSchemeConfigRequest) SetOwnerId added in v2.1.0

func (*CreateSchemeConfigRequest) SetPlatform added in v2.1.0

func (*CreateSchemeConfigRequest) SetResourceOwnerAccount added in v2.1.0

func (s *CreateSchemeConfigRequest) SetResourceOwnerAccount(v string) *CreateSchemeConfigRequest

func (*CreateSchemeConfigRequest) SetResourceOwnerId added in v2.1.0

func (s *CreateSchemeConfigRequest) SetResourceOwnerId(v int64) *CreateSchemeConfigRequest

func (*CreateSchemeConfigRequest) SetSchemeName added in v2.1.0

func (CreateSchemeConfigRequest) String added in v2.1.0

func (s CreateSchemeConfigRequest) String() string

type CreateSchemeConfigResponse added in v2.1.0

type CreateSchemeConfigResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateSchemeConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateSchemeConfigResponse) GoString added in v2.1.0

func (s CreateSchemeConfigResponse) GoString() string

func (*CreateSchemeConfigResponse) SetBody added in v2.1.0

func (*CreateSchemeConfigResponse) SetHeaders added in v2.1.0

func (*CreateSchemeConfigResponse) SetStatusCode added in v2.1.0

func (CreateSchemeConfigResponse) String added in v2.1.0

type CreateSchemeConfigResponseBody added in v2.1.0

type CreateSchemeConfigResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](https://help.aliyun.com/zh/pnvs/developer-reference/api-return-code?spm=a2c4g.11186623.0.0.5c3a662fbgeAuk).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The returned results.
	Model *CreateSchemeConfigResponseBodyModel `json:"Model,omitempty" xml:"Model,omitempty" type:"Struct"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Indicates whether the request is successful. Valid values:
	//
	// *   **true**
	// *   **false**
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateSchemeConfigResponseBody) GoString added in v2.1.0

func (*CreateSchemeConfigResponseBody) SetCode added in v2.1.0

func (*CreateSchemeConfigResponseBody) SetMessage added in v2.1.0

func (*CreateSchemeConfigResponseBody) SetModel added in v2.1.0

func (*CreateSchemeConfigResponseBody) SetRequestId added in v2.1.0

func (*CreateSchemeConfigResponseBody) SetSuccess added in v2.1.0

func (CreateSchemeConfigResponseBody) String added in v2.1.0

type CreateSchemeConfigResponseBodyModel added in v2.1.0

type CreateSchemeConfigResponseBodyModel struct {
	// The service code.
	SchemeCode *string `json:"SchemeCode,omitempty" xml:"SchemeCode,omitempty"`
}

func (CreateSchemeConfigResponseBodyModel) GoString added in v2.1.0

func (*CreateSchemeConfigResponseBodyModel) SetSchemeCode added in v2.1.0

func (CreateSchemeConfigResponseBodyModel) String added in v2.1.0

type CreateVerifySchemeRequest

type CreateVerifySchemeRequest struct {
	// The app name.
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	// The verification type. You can select multiple types only when the phone number verification is supported. Separate multiple types with commas (,).
	//
	// *   **1**: phone number verification
	// *   **2**: SMS verification
	AuthType *string `json:"AuthType,omitempty" xml:"AuthType,omitempty"`
	// The bundle ID. This parameter is required when OsType is set to iOS. The bundle ID must be 1 to 128 characters in length and can contain digits, letters, hyphens (-), underscores (\_), and periods (.).
	BundleId *string `json:"BundleId,omitempty" xml:"BundleId,omitempty"`
	// The channel code of China Mobile.
	CmApiCode *int64 `json:"CmApiCode,omitempty" xml:"CmApiCode,omitempty"`
	// The channel code of China Telecom.
	CtApiCode *int64 `json:"CtApiCode,omitempty" xml:"CtApiCode,omitempty"`
	// The channel code of China Unicom.
	CuApiCode *int64 `json:"CuApiCode,omitempty" xml:"CuApiCode,omitempty"`
	// The email address that receives the key.
	Email *string `json:"Email,omitempty" xml:"Email,omitempty"`
	// The IP address whitelist.
	IpWhiteList *string `json:"IpWhiteList,omitempty" xml:"IpWhiteList,omitempty"`
	// The source URL of the HTML5 app page. We recommend that you specify this parameter as a domain name.
	Origin *string `json:"Origin,omitempty" xml:"Origin,omitempty"`
	// The type of the operating system for the terminal. Valid values: iOS and Android.
	OsType  *string `json:"OsType,omitempty" xml:"OsType,omitempty"`
	OwnerId *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The package name. This parameter is required when OsType is set to Android. The name must be 1 to 128 characters in length and can contain digits, letters, hyphens (-), underscores (\_), and periods (.).
	PackName *string `json:"PackName,omitempty" xml:"PackName,omitempty"`
	// The package signature. This parameter is required when OsType is set to Android. The signature must be 32 characters in length and can contain digits and letters.
	PackSign             *string `json:"PackSign,omitempty" xml:"PackSign,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The service type.
	SceneType *string `json:"SceneType,omitempty" xml:"SceneType,omitempty"`
	// The service name.
	SchemeName *string `json:"SchemeName,omitempty" xml:"SchemeName,omitempty"`
	// The bound SMS signature. This parameter is valid only when AuthType is set to 2. The signature must be approved.
	SmsSignName *string `json:"SmsSignName,omitempty" xml:"SmsSignName,omitempty"`
	// The URL of the HTML5 app page.
	Url *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (CreateVerifySchemeRequest) GoString

func (s CreateVerifySchemeRequest) GoString() string

func (*CreateVerifySchemeRequest) SetAppName

func (*CreateVerifySchemeRequest) SetAuthType added in v2.0.1

func (*CreateVerifySchemeRequest) SetBundleId

func (*CreateVerifySchemeRequest) SetCmApiCode added in v2.0.1

func (*CreateVerifySchemeRequest) SetCtApiCode added in v2.0.1

func (*CreateVerifySchemeRequest) SetCuApiCode added in v2.0.1

func (*CreateVerifySchemeRequest) SetEmail added in v2.0.1

func (*CreateVerifySchemeRequest) SetIpWhiteList added in v2.0.1

func (*CreateVerifySchemeRequest) SetOrigin added in v2.0.1

func (*CreateVerifySchemeRequest) SetOsType

func (*CreateVerifySchemeRequest) SetOwnerId

func (*CreateVerifySchemeRequest) SetPackName

func (*CreateVerifySchemeRequest) SetPackSign

func (*CreateVerifySchemeRequest) SetResourceOwnerAccount

func (s *CreateVerifySchemeRequest) SetResourceOwnerAccount(v string) *CreateVerifySchemeRequest

func (*CreateVerifySchemeRequest) SetResourceOwnerId

func (s *CreateVerifySchemeRequest) SetResourceOwnerId(v int64) *CreateVerifySchemeRequest

func (*CreateVerifySchemeRequest) SetSceneType added in v2.0.1

func (*CreateVerifySchemeRequest) SetSchemeName

func (*CreateVerifySchemeRequest) SetSmsSignName added in v2.0.1

func (*CreateVerifySchemeRequest) SetUrl added in v2.0.1

func (CreateVerifySchemeRequest) String

func (s CreateVerifySchemeRequest) String() string

type CreateVerifySchemeResponse

type CreateVerifySchemeResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateVerifySchemeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateVerifySchemeResponse) GoString

func (s CreateVerifySchemeResponse) GoString() string

func (*CreateVerifySchemeResponse) SetBody

func (*CreateVerifySchemeResponse) SetHeaders

func (*CreateVerifySchemeResponse) SetStatusCode

func (CreateVerifySchemeResponse) String

type CreateVerifySchemeResponseBody

type CreateVerifySchemeResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The response parameters.
	GateVerifySchemeDTO *CreateVerifySchemeResponseBodyGateVerifySchemeDTO `json:"GateVerifySchemeDTO,omitempty" xml:"GateVerifySchemeDTO,omitempty" type:"Struct"`
	// The HTTP status code.
	HttpStatusCode *int64 `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Indicates whether the request is successful. Valid values:
	//
	// *   **true**
	// *   **false**
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateVerifySchemeResponseBody) GoString

func (*CreateVerifySchemeResponseBody) SetCode

func (*CreateVerifySchemeResponseBody) SetHttpStatusCode added in v2.0.1

func (*CreateVerifySchemeResponseBody) SetMessage

func (*CreateVerifySchemeResponseBody) SetRequestId

func (*CreateVerifySchemeResponseBody) SetSuccess added in v2.0.1

func (CreateVerifySchemeResponseBody) String

type CreateVerifySchemeResponseBodyGateVerifySchemeDTO

type CreateVerifySchemeResponseBodyGateVerifySchemeDTO struct {
	// The service code.
	SchemeCode *string `json:"SchemeCode,omitempty" xml:"SchemeCode,omitempty"`
}

func (CreateVerifySchemeResponseBodyGateVerifySchemeDTO) GoString

func (*CreateVerifySchemeResponseBodyGateVerifySchemeDTO) SetSchemeCode

func (CreateVerifySchemeResponseBodyGateVerifySchemeDTO) String

type DeleteVerifySchemeRequest

type DeleteVerifySchemeRequest struct {
	// The user ID.
	CustomerId           *int64  `json:"CustomerId,omitempty" xml:"CustomerId,omitempty"`
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The service code.
	SchemeCode *string `json:"SchemeCode,omitempty" xml:"SchemeCode,omitempty"`
}

func (DeleteVerifySchemeRequest) GoString

func (s DeleteVerifySchemeRequest) GoString() string

func (*DeleteVerifySchemeRequest) SetCustomerId

func (*DeleteVerifySchemeRequest) SetOwnerId

func (*DeleteVerifySchemeRequest) SetResourceOwnerAccount

func (s *DeleteVerifySchemeRequest) SetResourceOwnerAccount(v string) *DeleteVerifySchemeRequest

func (*DeleteVerifySchemeRequest) SetResourceOwnerId

func (s *DeleteVerifySchemeRequest) SetResourceOwnerId(v int64) *DeleteVerifySchemeRequest

func (*DeleteVerifySchemeRequest) SetSchemeCode

func (DeleteVerifySchemeRequest) String

func (s DeleteVerifySchemeRequest) String() string

type DeleteVerifySchemeResponse

type DeleteVerifySchemeResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteVerifySchemeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteVerifySchemeResponse) GoString

func (s DeleteVerifySchemeResponse) GoString() string

func (*DeleteVerifySchemeResponse) SetBody

func (*DeleteVerifySchemeResponse) SetHeaders

func (*DeleteVerifySchemeResponse) SetStatusCode

func (DeleteVerifySchemeResponse) String

type DeleteVerifySchemeResponseBody

type DeleteVerifySchemeResponseBody struct {
	// The request is successful. For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// The result of the operation. Valid values:
	//
	// *   **true**: The verification service is deleted.
	// *   **false**: The verification service failed to be deleted.
	Result *bool `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DeleteVerifySchemeResponseBody) GoString

func (*DeleteVerifySchemeResponseBody) SetCode

func (*DeleteVerifySchemeResponseBody) SetMessage

func (*DeleteVerifySchemeResponseBody) SetRequestId

func (*DeleteVerifySchemeResponseBody) SetResult

func (DeleteVerifySchemeResponseBody) String

type DescribeVerifySchemeRequest

type DescribeVerifySchemeRequest struct {
	// The user ID.
	CustomerId           *int64  `json:"CustomerId,omitempty" xml:"CustomerId,omitempty"`
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The service code.
	SchemeCode *string `json:"SchemeCode,omitempty" xml:"SchemeCode,omitempty"`
}

func (DescribeVerifySchemeRequest) GoString

func (s DescribeVerifySchemeRequest) GoString() string

func (*DescribeVerifySchemeRequest) SetCustomerId

func (*DescribeVerifySchemeRequest) SetOwnerId

func (*DescribeVerifySchemeRequest) SetResourceOwnerAccount

func (s *DescribeVerifySchemeRequest) SetResourceOwnerAccount(v string) *DescribeVerifySchemeRequest

func (*DescribeVerifySchemeRequest) SetResourceOwnerId

func (*DescribeVerifySchemeRequest) SetSchemeCode

func (DescribeVerifySchemeRequest) String

type DescribeVerifySchemeResponse

type DescribeVerifySchemeResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeVerifySchemeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeVerifySchemeResponse) GoString

func (s DescribeVerifySchemeResponse) GoString() string

func (*DescribeVerifySchemeResponse) SetBody

func (*DescribeVerifySchemeResponse) SetHeaders

func (*DescribeVerifySchemeResponse) SetStatusCode

func (DescribeVerifySchemeResponse) String

type DescribeVerifySchemeResponseBody

type DescribeVerifySchemeResponseBody struct {
	// The response code. OK indicates that the request is successful. For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// The response parameters.
	SchemeQueryResultDTO *DescribeVerifySchemeResponseBodySchemeQueryResultDTO `json:"SchemeQueryResultDTO,omitempty" xml:"SchemeQueryResultDTO,omitempty" type:"Struct"`
}

func (DescribeVerifySchemeResponseBody) GoString

func (*DescribeVerifySchemeResponseBody) SetCode

func (*DescribeVerifySchemeResponseBody) SetMessage

func (*DescribeVerifySchemeResponseBody) SetRequestId

func (DescribeVerifySchemeResponseBody) String

type DescribeVerifySchemeResponseBodySchemeQueryResultDTO

type DescribeVerifySchemeResponseBodySchemeQueryResultDTO struct {
	// The key generated when you create a service in the console.
	AppEncryptInfo *string `json:"AppEncryptInfo,omitempty" xml:"AppEncryptInfo,omitempty"`
}

func (DescribeVerifySchemeResponseBodySchemeQueryResultDTO) GoString

func (*DescribeVerifySchemeResponseBodySchemeQueryResultDTO) SetAppEncryptInfo

func (DescribeVerifySchemeResponseBodySchemeQueryResultDTO) String

type GetAuthTokenRequest

type GetAuthTokenRequest struct {
	// The requested domain name.
	Origin               *string `json:"Origin,omitempty" xml:"Origin,omitempty"`
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	SceneCode            *string `json:"SceneCode,omitempty" xml:"SceneCode,omitempty"`
	// The URL of the requested web page.
	Url *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (GetAuthTokenRequest) GoString

func (s GetAuthTokenRequest) GoString() string

func (*GetAuthTokenRequest) SetOrigin

func (*GetAuthTokenRequest) SetOwnerId

func (s *GetAuthTokenRequest) SetOwnerId(v int64) *GetAuthTokenRequest

func (*GetAuthTokenRequest) SetResourceOwnerAccount

func (s *GetAuthTokenRequest) SetResourceOwnerAccount(v string) *GetAuthTokenRequest

func (*GetAuthTokenRequest) SetResourceOwnerId

func (s *GetAuthTokenRequest) SetResourceOwnerId(v int64) *GetAuthTokenRequest

func (*GetAuthTokenRequest) SetSceneCode added in v2.2.0

func (s *GetAuthTokenRequest) SetSceneCode(v string) *GetAuthTokenRequest

func (*GetAuthTokenRequest) SetUrl

func (GetAuthTokenRequest) String

func (s GetAuthTokenRequest) String() string

type GetAuthTokenResponse

type GetAuthTokenResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAuthTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAuthTokenResponse) GoString

func (s GetAuthTokenResponse) GoString() string

func (*GetAuthTokenResponse) SetBody

func (*GetAuthTokenResponse) SetHeaders

func (s *GetAuthTokenResponse) SetHeaders(v map[string]*string) *GetAuthTokenResponse

func (*GetAuthTokenResponse) SetStatusCode

func (s *GetAuthTokenResponse) SetStatusCode(v int32) *GetAuthTokenResponse

func (GetAuthTokenResponse) String

func (s GetAuthTokenResponse) String() string

type GetAuthTokenResponseBody

type GetAuthTokenResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// The response parameters.
	TokenInfo *GetAuthTokenResponseBodyTokenInfo `json:"TokenInfo,omitempty" xml:"TokenInfo,omitempty" type:"Struct"`
}

func (GetAuthTokenResponseBody) GoString

func (s GetAuthTokenResponseBody) GoString() string

func (*GetAuthTokenResponseBody) SetCode

func (*GetAuthTokenResponseBody) SetMessage

func (*GetAuthTokenResponseBody) SetRequestId

func (*GetAuthTokenResponseBody) SetTokenInfo

func (GetAuthTokenResponseBody) String

func (s GetAuthTokenResponseBody) String() string

type GetAuthTokenResponseBodyTokenInfo

type GetAuthTokenResponseBodyTokenInfo struct {
	// The business authentication token.
	//
	// >  AccessToken is valid for 10 minutes and can be used repeatedly within its validity period.
	AccessToken *string `json:"AccessToken,omitempty" xml:"AccessToken,omitempty"`
	// The API authentication token.
	//
	// >  JwtToken is valid for 1 hour and can be used repeatedly within its validity period.
	JwtToken *string `json:"JwtToken,omitempty" xml:"JwtToken,omitempty"`
}

func (GetAuthTokenResponseBodyTokenInfo) GoString

func (*GetAuthTokenResponseBodyTokenInfo) SetAccessToken

func (*GetAuthTokenResponseBodyTokenInfo) SetJwtToken

func (GetAuthTokenResponseBodyTokenInfo) String

type GetAuthorizationUrlRequest

type GetAuthorizationUrlRequest struct {
	// The authorization end date, which is in the yyyy-MM-dd format. This parameter is required for services of contract type.
	EndDate *string `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	OwnerId *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The phone number.
	PhoneNo              *string `json:"PhoneNo,omitempty" xml:"PhoneNo,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The ID of the authorization scenario. You can view the ID of the authorization scenario on the **Authorization Scenario Management** page in the **Phone Number Verification Service console**.
	SchemeId *int64 `json:"SchemeId,omitempty" xml:"SchemeId,omitempty"`
}

func (GetAuthorizationUrlRequest) GoString

func (s GetAuthorizationUrlRequest) GoString() string

func (*GetAuthorizationUrlRequest) SetEndDate

func (*GetAuthorizationUrlRequest) SetOwnerId

func (*GetAuthorizationUrlRequest) SetPhoneNo

func (*GetAuthorizationUrlRequest) SetResourceOwnerAccount

func (s *GetAuthorizationUrlRequest) SetResourceOwnerAccount(v string) *GetAuthorizationUrlRequest

func (*GetAuthorizationUrlRequest) SetResourceOwnerId

func (*GetAuthorizationUrlRequest) SetSchemeId

func (GetAuthorizationUrlRequest) String

type GetAuthorizationUrlResponse

type GetAuthorizationUrlResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAuthorizationUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAuthorizationUrlResponse) GoString

func (s GetAuthorizationUrlResponse) GoString() string

func (*GetAuthorizationUrlResponse) SetBody

func (*GetAuthorizationUrlResponse) SetHeaders

func (*GetAuthorizationUrlResponse) SetStatusCode

func (GetAuthorizationUrlResponse) String

type GetAuthorizationUrlResponseBody

type GetAuthorizationUrlResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The response parameters.
	Data *GetAuthorizationUrlResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetAuthorizationUrlResponseBody) GoString

func (*GetAuthorizationUrlResponseBody) SetCode

func (*GetAuthorizationUrlResponseBody) SetMessage

func (*GetAuthorizationUrlResponseBody) SetRequestId

func (GetAuthorizationUrlResponseBody) String

type GetAuthorizationUrlResponseBodyData

type GetAuthorizationUrlResponseBodyData struct {
	// The authorization URL.
	AuthorizationUrl *string `json:"AuthorizationUrl,omitempty" xml:"AuthorizationUrl,omitempty"`
}

func (GetAuthorizationUrlResponseBodyData) GoString

func (*GetAuthorizationUrlResponseBodyData) SetAuthorizationUrl

func (GetAuthorizationUrlResponseBodyData) String

type GetFusionAuthTokenRequest added in v2.0.3

type GetFusionAuthTokenRequest struct {
	// The bundle ID of the app. This parameter is required when Platform is set to iOS.
	BundleId *string `json:"BundleId,omitempty" xml:"BundleId,omitempty"`
	// The validity period of the token. Unit: seconds. Valid values: 900 to 43200.
	DurationSeconds *int64 `json:"DurationSeconds,omitempty" xml:"DurationSeconds,omitempty"`
	OwnerId         *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The package name of the app. This parameter is required when Platform is set to Android.
	PackageName *string `json:"PackageName,omitempty" xml:"PackageName,omitempty"`
	// The package signature of the app. This parameter is required when Platform is set to Android.
	PackageSign *string `json:"PackageSign,omitempty" xml:"PackageSign,omitempty"`
	// The platform type. Valid values: Android and iOS.
	Platform             *string `json:"Platform,omitempty" xml:"Platform,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The service code.
	SchemeCode *string `json:"SchemeCode,omitempty" xml:"SchemeCode,omitempty"`
}

func (GetFusionAuthTokenRequest) GoString added in v2.0.3

func (s GetFusionAuthTokenRequest) GoString() string

func (*GetFusionAuthTokenRequest) SetBundleId added in v2.0.3

func (*GetFusionAuthTokenRequest) SetDurationSeconds added in v2.0.3

func (s *GetFusionAuthTokenRequest) SetDurationSeconds(v int64) *GetFusionAuthTokenRequest

func (*GetFusionAuthTokenRequest) SetOwnerId added in v2.0.3

func (*GetFusionAuthTokenRequest) SetPackageName added in v2.0.3

func (*GetFusionAuthTokenRequest) SetPackageSign added in v2.0.3

func (*GetFusionAuthTokenRequest) SetPlatform added in v2.0.3

func (*GetFusionAuthTokenRequest) SetResourceOwnerAccount added in v2.0.3

func (s *GetFusionAuthTokenRequest) SetResourceOwnerAccount(v string) *GetFusionAuthTokenRequest

func (*GetFusionAuthTokenRequest) SetResourceOwnerId added in v2.0.3

func (s *GetFusionAuthTokenRequest) SetResourceOwnerId(v int64) *GetFusionAuthTokenRequest

func (*GetFusionAuthTokenRequest) SetSchemeCode added in v2.0.3

func (GetFusionAuthTokenRequest) String added in v2.0.3

func (s GetFusionAuthTokenRequest) String() string

type GetFusionAuthTokenResponse added in v2.0.3

type GetFusionAuthTokenResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetFusionAuthTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetFusionAuthTokenResponse) GoString added in v2.0.3

func (s GetFusionAuthTokenResponse) GoString() string

func (*GetFusionAuthTokenResponse) SetBody added in v2.0.3

func (*GetFusionAuthTokenResponse) SetHeaders added in v2.0.3

func (*GetFusionAuthTokenResponse) SetStatusCode added in v2.0.3

func (GetFusionAuthTokenResponse) String added in v2.0.3

type GetFusionAuthTokenResponseBody added in v2.0.3

type GetFusionAuthTokenResponseBody struct {
	// The response code. If OK is returned, the request is successful. Other values indicate that the request failed. For more information, see Error codes.
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The authentication code. The value of this parameter is a string.
	Model *string `json:"Model,omitempty" xml:"Model,omitempty"`
	// The request ID, which is used to locate and troubleshoot issues.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Indicates whether the request is successful. Valid values: true false
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetFusionAuthTokenResponseBody) GoString added in v2.0.3

func (*GetFusionAuthTokenResponseBody) SetCode added in v2.0.3

func (*GetFusionAuthTokenResponseBody) SetMessage added in v2.0.3

func (*GetFusionAuthTokenResponseBody) SetModel added in v2.0.3

func (*GetFusionAuthTokenResponseBody) SetRequestId added in v2.0.3

func (*GetFusionAuthTokenResponseBody) SetSuccess added in v2.0.3

func (GetFusionAuthTokenResponseBody) String added in v2.0.3

type GetMobileRequest

type GetMobileRequest struct {
	// The logon token obtained by the SDK for your app.
	AccessToken *string `json:"AccessToken,omitempty" xml:"AccessToken,omitempty"`
	// The external ID.
	OutId                *string `json:"OutId,omitempty" xml:"OutId,omitempty"`
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
}

func (GetMobileRequest) GoString

func (s GetMobileRequest) GoString() string

func (*GetMobileRequest) SetAccessToken

func (s *GetMobileRequest) SetAccessToken(v string) *GetMobileRequest

func (*GetMobileRequest) SetOutId

func (s *GetMobileRequest) SetOutId(v string) *GetMobileRequest

func (*GetMobileRequest) SetOwnerId

func (s *GetMobileRequest) SetOwnerId(v int64) *GetMobileRequest

func (*GetMobileRequest) SetResourceOwnerAccount

func (s *GetMobileRequest) SetResourceOwnerAccount(v string) *GetMobileRequest

func (*GetMobileRequest) SetResourceOwnerId

func (s *GetMobileRequest) SetResourceOwnerId(v int64) *GetMobileRequest

func (GetMobileRequest) String

func (s GetMobileRequest) String() string

type GetMobileResponse

type GetMobileResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetMobileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMobileResponse) GoString

func (s GetMobileResponse) GoString() string

func (*GetMobileResponse) SetBody

func (*GetMobileResponse) SetHeaders

func (s *GetMobileResponse) SetHeaders(v map[string]*string) *GetMobileResponse

func (*GetMobileResponse) SetStatusCode

func (s *GetMobileResponse) SetStatusCode(v int32) *GetMobileResponse

func (GetMobileResponse) String

func (s GetMobileResponse) String() string

type GetMobileResponseBody

type GetMobileResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The response parameters.
	GetMobileResultDTO *GetMobileResponseBodyGetMobileResultDTO `json:"GetMobileResultDTO,omitempty" xml:"GetMobileResultDTO,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetMobileResponseBody) GoString

func (s GetMobileResponseBody) GoString() string

func (*GetMobileResponseBody) SetCode

func (*GetMobileResponseBody) SetGetMobileResultDTO

func (*GetMobileResponseBody) SetMessage

func (*GetMobileResponseBody) SetRequestId

func (GetMobileResponseBody) String

func (s GetMobileResponseBody) String() string

type GetMobileResponseBodyGetMobileResultDTO

type GetMobileResponseBodyGetMobileResultDTO struct {
	// The phone number,
	Mobile *string `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
}

func (GetMobileResponseBodyGetMobileResultDTO) GoString

func (*GetMobileResponseBodyGetMobileResultDTO) SetMobile

func (GetMobileResponseBodyGetMobileResultDTO) String

type GetPhoneWithTokenRequest added in v2.0.1

type GetPhoneWithTokenRequest struct {
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The token for phone number verification that is obtained by the JavaScript SDK. The validity period of the token is 10 minutes for China Telecom, 30 minutes for China Unicom, and 2 minutes for China Mobile. The token can be used only once.
	SpToken *string `json:"SpToken,omitempty" xml:"SpToken,omitempty"`
}

func (GetPhoneWithTokenRequest) GoString added in v2.0.1

func (s GetPhoneWithTokenRequest) GoString() string

func (*GetPhoneWithTokenRequest) SetOwnerId added in v2.0.1

func (*GetPhoneWithTokenRequest) SetResourceOwnerAccount added in v2.0.1

func (s *GetPhoneWithTokenRequest) SetResourceOwnerAccount(v string) *GetPhoneWithTokenRequest

func (*GetPhoneWithTokenRequest) SetResourceOwnerId added in v2.0.1

func (s *GetPhoneWithTokenRequest) SetResourceOwnerId(v int64) *GetPhoneWithTokenRequest

func (*GetPhoneWithTokenRequest) SetSpToken added in v2.0.1

func (GetPhoneWithTokenRequest) String added in v2.0.1

func (s GetPhoneWithTokenRequest) String() string

type GetPhoneWithTokenResponse added in v2.0.1

type GetPhoneWithTokenResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPhoneWithTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPhoneWithTokenResponse) GoString added in v2.0.1

func (s GetPhoneWithTokenResponse) GoString() string

func (*GetPhoneWithTokenResponse) SetBody added in v2.0.1

func (*GetPhoneWithTokenResponse) SetHeaders added in v2.0.1

func (*GetPhoneWithTokenResponse) SetStatusCode added in v2.0.1

func (GetPhoneWithTokenResponse) String added in v2.0.1

func (s GetPhoneWithTokenResponse) String() string

type GetPhoneWithTokenResponseBody added in v2.0.1

type GetPhoneWithTokenResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The response parameters.
	Data *GetPhoneWithTokenResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetPhoneWithTokenResponseBody) GoString added in v2.0.1

func (*GetPhoneWithTokenResponseBody) SetCode added in v2.0.1

func (*GetPhoneWithTokenResponseBody) SetData added in v2.0.1

func (*GetPhoneWithTokenResponseBody) SetMessage added in v2.0.1

func (*GetPhoneWithTokenResponseBody) SetRequestId added in v2.0.1

func (GetPhoneWithTokenResponseBody) String added in v2.0.1

type GetPhoneWithTokenResponseBodyData added in v2.0.1

type GetPhoneWithTokenResponseBodyData struct {
	// The phone number.
	Mobile *string `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
}

func (GetPhoneWithTokenResponseBodyData) GoString added in v2.0.1

func (*GetPhoneWithTokenResponseBodyData) SetMobile added in v2.0.1

func (GetPhoneWithTokenResponseBodyData) String added in v2.0.1

type GetSmsAuthTokensRequest

type GetSmsAuthTokensRequest struct {
	// The ID of the iOS application. This parameter is required if OsType is set to **iOS**.
	BundleId *string `json:"BundleId,omitempty" xml:"BundleId,omitempty"`
	// The validity period of the token. Unit: seconds. Valid values: 900 to 43200.
	Expire *int64 `json:"Expire,omitempty" xml:"Expire,omitempty"`
	// The type of the operating system. Valid values: **Android** and **iOS**.
	OsType  *string `json:"OsType,omitempty" xml:"OsType,omitempty"`
	OwnerId *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The package name. This parameter is required if OsType is set to **Android**.
	PackageName          *string `json:"PackageName,omitempty" xml:"PackageName,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The service code.
	SceneCode *string `json:"SceneCode,omitempty" xml:"SceneCode,omitempty"`
	// The signature. This parameter is required if OsType is set to **Android**.
	SignName *string `json:"SignName,omitempty" xml:"SignName,omitempty"`
	// The validity period of the SMS verification code. Unit: seconds. Default value: 180.
	SmsCodeExpire *int32 `json:"SmsCodeExpire,omitempty" xml:"SmsCodeExpire,omitempty"`
	// The code of the text message template.
	SmsTemplateCode *string `json:"SmsTemplateCode,omitempty" xml:"SmsTemplateCode,omitempty"`
}

func (GetSmsAuthTokensRequest) GoString

func (s GetSmsAuthTokensRequest) GoString() string

func (*GetSmsAuthTokensRequest) SetBundleId

func (*GetSmsAuthTokensRequest) SetExpire

func (*GetSmsAuthTokensRequest) SetOsType

func (*GetSmsAuthTokensRequest) SetOwnerId

func (*GetSmsAuthTokensRequest) SetPackageName

func (*GetSmsAuthTokensRequest) SetResourceOwnerAccount

func (s *GetSmsAuthTokensRequest) SetResourceOwnerAccount(v string) *GetSmsAuthTokensRequest

func (*GetSmsAuthTokensRequest) SetResourceOwnerId

func (s *GetSmsAuthTokensRequest) SetResourceOwnerId(v int64) *GetSmsAuthTokensRequest

func (*GetSmsAuthTokensRequest) SetSceneCode

func (*GetSmsAuthTokensRequest) SetSignName

func (*GetSmsAuthTokensRequest) SetSmsCodeExpire

func (s *GetSmsAuthTokensRequest) SetSmsCodeExpire(v int32) *GetSmsAuthTokensRequest

func (*GetSmsAuthTokensRequest) SetSmsTemplateCode

func (s *GetSmsAuthTokensRequest) SetSmsTemplateCode(v string) *GetSmsAuthTokensRequest

func (GetSmsAuthTokensRequest) String

func (s GetSmsAuthTokensRequest) String() string

type GetSmsAuthTokensResponse

type GetSmsAuthTokensResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSmsAuthTokensResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSmsAuthTokensResponse) GoString

func (s GetSmsAuthTokensResponse) GoString() string

func (*GetSmsAuthTokensResponse) SetBody

func (*GetSmsAuthTokensResponse) SetHeaders

func (*GetSmsAuthTokensResponse) SetStatusCode

func (GetSmsAuthTokensResponse) String

func (s GetSmsAuthTokensResponse) String() string

type GetSmsAuthTokensResponseBody

type GetSmsAuthTokensResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The response parameters.
	Data *GetSmsAuthTokensResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetSmsAuthTokensResponseBody) GoString

func (s GetSmsAuthTokensResponseBody) GoString() string

func (*GetSmsAuthTokensResponseBody) SetCode

func (*GetSmsAuthTokensResponseBody) SetData

func (*GetSmsAuthTokensResponseBody) SetMessage

func (*GetSmsAuthTokensResponseBody) SetRequestId

func (GetSmsAuthTokensResponseBody) String

type GetSmsAuthTokensResponseBodyData

type GetSmsAuthTokensResponseBodyData struct {
	// The business token.
	BizToken *string `json:"BizToken,omitempty" xml:"BizToken,omitempty"`
	// The time when the token expired. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
	ExpireTime *int64 `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	// The AccessKey ID.
	StsAccessKeyId *string `json:"StsAccessKeyId,omitempty" xml:"StsAccessKeyId,omitempty"`
	// The AccessKey secret.
	StsAccessKeySecret *string `json:"StsAccessKeySecret,omitempty" xml:"StsAccessKeySecret,omitempty"`
	// The security token.
	StsToken *string `json:"StsToken,omitempty" xml:"StsToken,omitempty"`
}

func (GetSmsAuthTokensResponseBodyData) GoString

func (*GetSmsAuthTokensResponseBodyData) SetBizToken

func (*GetSmsAuthTokensResponseBodyData) SetExpireTime

func (*GetSmsAuthTokensResponseBodyData) SetStsAccessKeyId

func (*GetSmsAuthTokensResponseBodyData) SetStsAccessKeySecret

func (*GetSmsAuthTokensResponseBodyData) SetStsToken

func (GetSmsAuthTokensResponseBodyData) String

type JyCreateVerifySchemeRequest added in v2.2.0

type JyCreateVerifySchemeRequest struct {
	AppName              *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	BundleId             *string `json:"BundleId,omitempty" xml:"BundleId,omitempty"`
	CmApiCode            *int64  `json:"CmApiCode,omitempty" xml:"CmApiCode,omitempty"`
	CtApiCode            *int64  `json:"CtApiCode,omitempty" xml:"CtApiCode,omitempty"`
	CuApiCode            *int64  `json:"CuApiCode,omitempty" xml:"CuApiCode,omitempty"`
	OsType               *string `json:"OsType,omitempty" xml:"OsType,omitempty"`
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	PackName             *string `json:"PackName,omitempty" xml:"PackName,omitempty"`
	PackSign             *string `json:"PackSign,omitempty" xml:"PackSign,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	SchemeName           *string `json:"SchemeName,omitempty" xml:"SchemeName,omitempty"`
}

func (JyCreateVerifySchemeRequest) GoString added in v2.2.0

func (s JyCreateVerifySchemeRequest) GoString() string

func (*JyCreateVerifySchemeRequest) SetAppName added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetBundleId added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetCmApiCode added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetCtApiCode added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetCuApiCode added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetOsType added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetOwnerId added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetPackName added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetPackSign added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetResourceOwnerAccount added in v2.2.0

func (s *JyCreateVerifySchemeRequest) SetResourceOwnerAccount(v string) *JyCreateVerifySchemeRequest

func (*JyCreateVerifySchemeRequest) SetResourceOwnerId added in v2.2.0

func (*JyCreateVerifySchemeRequest) SetSchemeName added in v2.2.0

func (JyCreateVerifySchemeRequest) String added in v2.2.0

type JyCreateVerifySchemeResponse added in v2.2.0

type JyCreateVerifySchemeResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *JyCreateVerifySchemeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (JyCreateVerifySchemeResponse) GoString added in v2.2.0

func (s JyCreateVerifySchemeResponse) GoString() string

func (*JyCreateVerifySchemeResponse) SetBody added in v2.2.0

func (*JyCreateVerifySchemeResponse) SetHeaders added in v2.2.0

func (*JyCreateVerifySchemeResponse) SetStatusCode added in v2.2.0

func (JyCreateVerifySchemeResponse) String added in v2.2.0

type JyCreateVerifySchemeResponseBody added in v2.2.0

type JyCreateVerifySchemeResponseBody struct {
	Code                 *string                                               `json:"Code,omitempty" xml:"Code,omitempty"`
	GateVerifySchemeData *JyCreateVerifySchemeResponseBodyGateVerifySchemeData `json:"GateVerifySchemeData,omitempty" xml:"GateVerifySchemeData,omitempty" type:"Struct"`
	Message              *string                                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId            *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (JyCreateVerifySchemeResponseBody) GoString added in v2.2.0

func (*JyCreateVerifySchemeResponseBody) SetCode added in v2.2.0

func (*JyCreateVerifySchemeResponseBody) SetGateVerifySchemeData added in v2.2.0

func (*JyCreateVerifySchemeResponseBody) SetMessage added in v2.2.0

func (*JyCreateVerifySchemeResponseBody) SetRequestId added in v2.2.0

func (JyCreateVerifySchemeResponseBody) String added in v2.2.0

type JyCreateVerifySchemeResponseBodyGateVerifySchemeData added in v2.2.0

type JyCreateVerifySchemeResponseBodyGateVerifySchemeData struct {
	SchemeCode *string `json:"SchemeCode,omitempty" xml:"SchemeCode,omitempty"`
}

func (JyCreateVerifySchemeResponseBodyGateVerifySchemeData) GoString added in v2.2.0

func (*JyCreateVerifySchemeResponseBodyGateVerifySchemeData) SetSchemeCode added in v2.2.0

func (JyCreateVerifySchemeResponseBodyGateVerifySchemeData) String added in v2.2.0

type JyQueryAppInfoBySceneCodeRequest added in v2.2.0

type JyQueryAppInfoBySceneCodeRequest struct {
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	SceneCode            *string `json:"SceneCode,omitempty" xml:"SceneCode,omitempty"`
}

func (JyQueryAppInfoBySceneCodeRequest) GoString added in v2.2.0

func (*JyQueryAppInfoBySceneCodeRequest) SetOwnerId added in v2.2.0

func (*JyQueryAppInfoBySceneCodeRequest) SetResourceOwnerAccount added in v2.2.0

func (*JyQueryAppInfoBySceneCodeRequest) SetResourceOwnerId added in v2.2.0

func (*JyQueryAppInfoBySceneCodeRequest) SetSceneCode added in v2.2.0

func (JyQueryAppInfoBySceneCodeRequest) String added in v2.2.0

type JyQueryAppInfoBySceneCodeResponse added in v2.2.0

type JyQueryAppInfoBySceneCodeResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *JyQueryAppInfoBySceneCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (JyQueryAppInfoBySceneCodeResponse) GoString added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponse) SetBody added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponse) SetHeaders added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponse) SetStatusCode added in v2.2.0

func (JyQueryAppInfoBySceneCodeResponse) String added in v2.2.0

type JyQueryAppInfoBySceneCodeResponseBody added in v2.2.0

type JyQueryAppInfoBySceneCodeResponseBody struct {
	Code      *string                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *JyQueryAppInfoBySceneCodeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (JyQueryAppInfoBySceneCodeResponseBody) GoString added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBody) SetCode added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBody) SetData added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBody) SetMessage added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBody) SetRequestId added in v2.2.0

func (JyQueryAppInfoBySceneCodeResponseBody) String added in v2.2.0

type JyQueryAppInfoBySceneCodeResponseBodyData added in v2.2.0

type JyQueryAppInfoBySceneCodeResponseBodyData struct {
	CmAppId  *string `json:"CmAppId,omitempty" xml:"CmAppId,omitempty"`
	CmAppKey *string `json:"CmAppKey,omitempty" xml:"CmAppKey,omitempty"`
	CtAppId  *string `json:"CtAppId,omitempty" xml:"CtAppId,omitempty"`
	CtAppKey *string `json:"CtAppKey,omitempty" xml:"CtAppKey,omitempty"`
}

func (JyQueryAppInfoBySceneCodeResponseBodyData) GoString added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBodyData) SetCmAppId added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBodyData) SetCmAppKey added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBodyData) SetCtAppId added in v2.2.0

func (*JyQueryAppInfoBySceneCodeResponseBodyData) SetCtAppKey added in v2.2.0

func (JyQueryAppInfoBySceneCodeResponseBodyData) String added in v2.2.0

type QueryGateVerifyBillingPublicRequest

type QueryGateVerifyBillingPublicRequest struct {
	// The verification method. Valid values:
	//
	// *   **0**: phone number verification
	// *   **1**: one-click logon
	// *   **2**: all
	// *   **3**: facial recognition
	// *   **4**: SMS verification
	AuthenticationType *int32 `json:"AuthenticationType,omitempty" xml:"AuthenticationType,omitempty"`
	// The month in which the bill is generated. Specify this parameter in the YYYYMM format. Example: 202111.
	Month                *string `json:"Month,omitempty" xml:"Month,omitempty"`
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
}

func (QueryGateVerifyBillingPublicRequest) GoString

func (*QueryGateVerifyBillingPublicRequest) SetAuthenticationType

func (*QueryGateVerifyBillingPublicRequest) SetMonth

func (*QueryGateVerifyBillingPublicRequest) SetOwnerId

func (*QueryGateVerifyBillingPublicRequest) SetResourceOwnerAccount

func (QueryGateVerifyBillingPublicRequest) String

type QueryGateVerifyBillingPublicResponse

type QueryGateVerifyBillingPublicResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryGateVerifyBillingPublicResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryGateVerifyBillingPublicResponse) GoString

func (*QueryGateVerifyBillingPublicResponse) SetHeaders

func (*QueryGateVerifyBillingPublicResponse) SetStatusCode

func (QueryGateVerifyBillingPublicResponse) String

type QueryGateVerifyBillingPublicResponseBody

type QueryGateVerifyBillingPublicResponseBody struct {
	// The response code. Valid values:
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The billing information about each verification service.
	Data *QueryGateVerifyBillingPublicResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryGateVerifyBillingPublicResponseBody) GoString

func (*QueryGateVerifyBillingPublicResponseBody) SetCode

func (*QueryGateVerifyBillingPublicResponseBody) SetMessage

func (*QueryGateVerifyBillingPublicResponseBody) SetRequestId

func (QueryGateVerifyBillingPublicResponseBody) String

type QueryGateVerifyBillingPublicResponseBodyData

type QueryGateVerifyBillingPublicResponseBodyData struct {
	// The fees generated for all verification services. Unitrogen: CNY.
	AmountSum *string `json:"AmountSum,omitempty" xml:"AmountSum,omitempty"`
	// The details of fees.
	SceneBillingList []*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList `json:"SceneBillingList,omitempty" xml:"SceneBillingList,omitempty" type:"Repeated"`
}

func (QueryGateVerifyBillingPublicResponseBodyData) GoString

func (*QueryGateVerifyBillingPublicResponseBodyData) SetAmountSum

func (QueryGateVerifyBillingPublicResponseBodyData) String

type QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList

type QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList struct {
	// The billable items.
	Add *string `json:"Add,omitempty" xml:"Add,omitempty"`
	// The fees generated for the verification service. Unitrogen: CNY.
	Amount *string `json:"Amount,omitempty" xml:"Amount,omitempty"`
	// The application name.
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	// The verification method.
	ItemName *string `json:"ItemName,omitempty" xml:"ItemName,omitempty"`
	// The service code.
	SceneCode *string `json:"SceneCode,omitempty" xml:"SceneCode,omitempty"`
	// The service name.
	SceneName *string `json:"SceneName,omitempty" xml:"SceneName,omitempty"`
	// The unit price. Unit: CNY.
	SinglePrice *string `json:"SinglePrice,omitempty" xml:"SinglePrice,omitempty"`
}

func (QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) GoString

func (*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) SetAdd

func (*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) SetAmount

func (*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) SetAppName

func (*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) SetItemName

func (*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) SetSceneCode

func (*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) SetSceneName

func (*QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) SetSinglePrice

func (QueryGateVerifyBillingPublicResponseBodyDataSceneBillingList) String

type QueryGateVerifyStatisticPublicRequest

type QueryGateVerifyStatisticPublicRequest struct {
	// The verification method. Valid values:
	//
	// *   **1**: one-click logon
	// *   **2**: phone number verification, including the verification of the phone number used in HTML5 pages
	// *   **3**: SMS verification
	// *   **4**: facial recognition
	AuthenticationType *int32 `json:"AuthenticationType,omitempty" xml:"AuthenticationType,omitempty"`
	// The end date. Specify this parameter in the YYYYMMDD format. Example: 20220106.
	EndDate *string `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	// The type of the operating system. Valid values:
	//
	// *   **Android**
	// *   **iOS**
	OsType               *string `json:"OsType,omitempty" xml:"OsType,omitempty"`
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	// The service code.
	SceneCode *string `json:"SceneCode,omitempty" xml:"SceneCode,omitempty"`
	// The start date. Specify this parameter in the YYYYMMDD format. Example: 20220101.
	StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
}

func (QueryGateVerifyStatisticPublicRequest) GoString

func (*QueryGateVerifyStatisticPublicRequest) SetAuthenticationType

func (*QueryGateVerifyStatisticPublicRequest) SetEndDate

func (*QueryGateVerifyStatisticPublicRequest) SetOsType

func (*QueryGateVerifyStatisticPublicRequest) SetOwnerId

func (*QueryGateVerifyStatisticPublicRequest) SetResourceOwnerAccount

func (*QueryGateVerifyStatisticPublicRequest) SetSceneCode

func (*QueryGateVerifyStatisticPublicRequest) SetStartDate

func (QueryGateVerifyStatisticPublicRequest) String

type QueryGateVerifyStatisticPublicResponse

type QueryGateVerifyStatisticPublicResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryGateVerifyStatisticPublicResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryGateVerifyStatisticPublicResponse) GoString

func (*QueryGateVerifyStatisticPublicResponse) SetHeaders

func (*QueryGateVerifyStatisticPublicResponse) SetStatusCode

func (QueryGateVerifyStatisticPublicResponse) String

type QueryGateVerifyStatisticPublicResponseBody

type QueryGateVerifyStatisticPublicResponseBody struct {
	// The response code. Valid values:
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The information about the calls of Phone Number Verification Service, including the total calls, the successful calls, failed calls, unknown calls, and daily calls within the statistical date range.
	Data *QueryGateVerifyStatisticPublicResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryGateVerifyStatisticPublicResponseBody) GoString

func (*QueryGateVerifyStatisticPublicResponseBody) SetCode

func (*QueryGateVerifyStatisticPublicResponseBody) SetMessage

func (*QueryGateVerifyStatisticPublicResponseBody) SetRequestId

func (QueryGateVerifyStatisticPublicResponseBody) String

type QueryGateVerifyStatisticPublicResponseBodyData

type QueryGateVerifyStatisticPublicResponseBodyData struct {
	// The information about the daily calls.
	DayStatistic []*QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic `json:"DayStatistic,omitempty" xml:"DayStatistic,omitempty" type:"Repeated"`
	// The total calls.
	Total *int64 `json:"Total,omitempty" xml:"Total,omitempty"`
	// The failed calls.
	TotalFail *int64 `json:"TotalFail,omitempty" xml:"TotalFail,omitempty"`
	// The successful calls.
	TotalSuccess *int64 `json:"TotalSuccess,omitempty" xml:"TotalSuccess,omitempty"`
	// The unknown calls.
	TotalUnknown *int64 `json:"TotalUnknown,omitempty" xml:"TotalUnknown,omitempty"`
}

func (QueryGateVerifyStatisticPublicResponseBodyData) GoString

func (*QueryGateVerifyStatisticPublicResponseBodyData) SetTotal

func (*QueryGateVerifyStatisticPublicResponseBodyData) SetTotalFail

func (*QueryGateVerifyStatisticPublicResponseBodyData) SetTotalSuccess

func (*QueryGateVerifyStatisticPublicResponseBodyData) SetTotalUnknown

func (QueryGateVerifyStatisticPublicResponseBodyData) String

type QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic

type QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic struct {
	// The date. This field is accurate to the day. The value of this field is in the YYYYMMDD format. Example: 20220103.
	StatisticDateStr *string `json:"StatisticDateStr,omitempty" xml:"StatisticDateStr,omitempty"`
	// The failed calls on the day.
	TotalFail *int64 `json:"TotalFail,omitempty" xml:"TotalFail,omitempty"`
	// The successful calls on the day.
	TotalSuccess *int64 `json:"TotalSuccess,omitempty" xml:"TotalSuccess,omitempty"`
	// The unknown calls on the day.
	TotalUnknown *int64 `json:"TotalUnknown,omitempty" xml:"TotalUnknown,omitempty"`
}

func (QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic) GoString

func (*QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic) SetStatisticDateStr

func (*QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic) SetTotalFail

func (*QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic) SetTotalSuccess

func (*QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic) SetTotalUnknown

func (QueryGateVerifyStatisticPublicResponseBodyDataDayStatistic) String

type QuerySendDetailsRequest added in v2.1.0

type QuerySendDetailsRequest struct {
	// The unique ID of the business, which is provided by Alibaba Cloud.
	BizId *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	// The number of the page on which you are reading the text message. Pages start from page 1. The value of this parameter cannot exceed the maximum page number.
	CurrentPage *int64 `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	OwnerId     *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The number of entries per page.
	PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// The phone number.
	PhoneNumber          *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The date when the text message was sent. You can query text messages that were sent within the last 30 days.
	//
	// Specify the date in the yyyyMMdd format. Example: 20181225.
	SendDate *string `json:"SendDate,omitempty" xml:"SendDate,omitempty"`
}

func (QuerySendDetailsRequest) GoString added in v2.1.0

func (s QuerySendDetailsRequest) GoString() string

func (*QuerySendDetailsRequest) SetBizId added in v2.1.0

func (*QuerySendDetailsRequest) SetCurrentPage added in v2.1.0

func (*QuerySendDetailsRequest) SetOwnerId added in v2.1.0

func (*QuerySendDetailsRequest) SetPageSize added in v2.1.0

func (*QuerySendDetailsRequest) SetPhoneNumber added in v2.1.0

func (*QuerySendDetailsRequest) SetResourceOwnerAccount added in v2.1.0

func (s *QuerySendDetailsRequest) SetResourceOwnerAccount(v string) *QuerySendDetailsRequest

func (*QuerySendDetailsRequest) SetResourceOwnerId added in v2.1.0

func (s *QuerySendDetailsRequest) SetResourceOwnerId(v int64) *QuerySendDetailsRequest

func (*QuerySendDetailsRequest) SetSendDate added in v2.1.0

func (QuerySendDetailsRequest) String added in v2.1.0

func (s QuerySendDetailsRequest) String() string

type QuerySendDetailsResponse added in v2.1.0

type QuerySendDetailsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QuerySendDetailsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QuerySendDetailsResponse) GoString added in v2.1.0

func (s QuerySendDetailsResponse) GoString() string

func (*QuerySendDetailsResponse) SetBody added in v2.1.0

func (*QuerySendDetailsResponse) SetHeaders added in v2.1.0

func (*QuerySendDetailsResponse) SetStatusCode added in v2.1.0

func (QuerySendDetailsResponse) String added in v2.1.0

func (s QuerySendDetailsResponse) String() string

type QuerySendDetailsResponseBody added in v2.1.0

type QuerySendDetailsResponseBody struct {
	// The details about the access denial.
	AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"`
	// The response code.
	//
	// If OK is returned, the request is successful. Other values indicate that the request failed. For more information, see [Error codes](https://help.aliyun.com/document_detail/101346.html?spm=a2c4g.419277.0.i11).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The returned data.
	Model []*QuerySendDetailsResponseBodyModel `json:"Model,omitempty" xml:"Model,omitempty" type:"Repeated"`
	// Indicates whether the request is successful. Valid values:
	//
	// *   true
	// *   false
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// The total number of entries in the list.
	TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (QuerySendDetailsResponseBody) GoString added in v2.1.0

func (s QuerySendDetailsResponseBody) GoString() string

func (*QuerySendDetailsResponseBody) SetAccessDeniedDetail added in v2.1.0

func (*QuerySendDetailsResponseBody) SetCode added in v2.1.0

func (*QuerySendDetailsResponseBody) SetMessage added in v2.1.0

func (*QuerySendDetailsResponseBody) SetModel added in v2.1.0

func (*QuerySendDetailsResponseBody) SetSuccess added in v2.1.0

func (*QuerySendDetailsResponseBody) SetTotalCount added in v2.1.0

func (QuerySendDetailsResponseBody) String added in v2.1.0

type QuerySendDetailsResponseBodyModel added in v2.1.0

type QuerySendDetailsResponseBodyModel struct {
	// The content of the text message.
	Content *string `json:"Content,omitempty" xml:"Content,omitempty"`
	// The status code returned by the carrier.
	//
	// *   If the text message was delivered, "DELIVERED" is returned.
	// *   If the text message failed to be sent, see [Error codes](https://help.aliyun.com/document_detail/101347.html?spm=a2c4g.419277.0.i8) for more information.
	ErrCode *string `json:"ErrCode,omitempty" xml:"ErrCode,omitempty"`
	// The extension field.
	OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"`
	// The phone number.
	PhoneNum *string `json:"PhoneNum,omitempty" xml:"PhoneNum,omitempty"`
	// The date and time when the text message was received.
	ReceiveDate *string `json:"ReceiveDate,omitempty" xml:"ReceiveDate,omitempty"`
	// The date when the text message was sent. You can query text messages that were sent within the last 30 days.
	//
	// The date is in the yyyyMMdd format. Example: 20181225.
	SendDate *string `json:"SendDate,omitempty" xml:"SendDate,omitempty"`
	// The delivery status of the text message.
	//
	// *   1: A delivery receipt is to be sent.
	// *   2: The text message failed to be sent.
	// *   3: The text message was sent.
	SendStatus *int64 `json:"SendStatus,omitempty" xml:"SendStatus,omitempty"`
	// The code of the text message template.
	//
	// Log on to the SMS console. In the left-side navigation pane, click **Go China** or **Go Globe**. You can view the text message template code in the **Template Code** column on the **Message Templates** tab.
	//
	// >  The text message templates must be created on the Go Globe page and approved.
	TemplateCode *string `json:"TemplateCode,omitempty" xml:"TemplateCode,omitempty"`
}

func (QuerySendDetailsResponseBodyModel) GoString added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetContent added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetErrCode added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetOutId added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetPhoneNum added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetReceiveDate added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetSendDate added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetSendStatus added in v2.1.0

func (*QuerySendDetailsResponseBodyModel) SetTemplateCode added in v2.1.0

func (QuerySendDetailsResponseBodyModel) String added in v2.1.0

type SendSmsVerifyCodeRequest added in v2.1.0

type SendSmsVerifyCodeRequest struct {
	// The length of the verification code. Default value: 4. Valid values: 4 to 8.
	CodeLength *int64 `json:"CodeLength,omitempty" xml:"CodeLength,omitempty"`
	// The type of the generated verification code. Default value: 1. Valid values:
	//
	// *   1: digits only
	// *   2: uppercase letters only
	// *   3: lowercase letters only
	// *   4: uppercase and lowercase letters
	// *   5: digits and uppercase letters
	// *   6: digits and lowercase letters
	// *   7: digits and uppercase and lowercase letters
	CodeType *int64 `json:"CodeType,omitempty" xml:"CodeType,omitempty"`
	// The country code of the phone number. SMS verification codes can be sent only by using phone numbers in the Chinese mainland. Default value: 86.
	CountryCode *string `json:"CountryCode,omitempty" xml:"CountryCode,omitempty"`
	// Specifies how to handle the verification codes received earlier in a case where verification codes are sent to the same phone number for the same scenario within the validity period.
	//
	// *   1 (default): The latest verification code overwrites the verification codes received earlier. In this case, verification codes received earlier expire.
	// *   2: Verification codes within their validity period are valid and can be used for verification.
	DuplicatePolicy *int64 `json:"DuplicatePolicy,omitempty" xml:"DuplicatePolicy,omitempty"`
	// The time interval. Unit: seconds. Default value: 60. This parameter specifies how often you can send a verification code.
	Interval *int64 `json:"Interval,omitempty" xml:"Interval,omitempty"`
	// The external ID.
	OutId   *string `json:"OutId,omitempty" xml:"OutId,omitempty"`
	OwnerId *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The phone number.
	PhoneNumber          *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// Specifies whether to return a verification code.
	//
	// *   **true**
	// *   **false**
	ReturnVerifyCode *bool `json:"ReturnVerifyCode,omitempty" xml:"ReturnVerifyCode,omitempty"`
	// The verification service name. If this parameter is not specified, the default service is used. The name can be up to 20 characters in length.
	SchemeName *string `json:"SchemeName,omitempty" xml:"SchemeName,omitempty"`
	// The signature.
	SignName *string `json:"SignName,omitempty" xml:"SignName,omitempty"`
	// The extension code of the upstream text message. Upstream text messages are text messages sent to the communication service provider. Upstream text messages are used to customize a service, complete an inquiry, or send a request. You are charged for sending upstream text messages based on the billing standards of the service provider.
	//
	// >  The extension code is automatically generated by the system when the signature is generated. You do not need to specify the extension code. You can skip this parameter based on your business requirements. If you want to use custom extension codes, contact your account manager.
	SmsUpExtendCode *string `json:"SmsUpExtendCode,omitempty" xml:"SmsUpExtendCode,omitempty"`
	// The code of the text message template.
	//
	// Log on to the [SMS console](https://dysms.console.aliyun.com/dysms.htm?spm=5176.12818093.categories-n-products.ddysms.3b2816d0xml2NA#/overview). In the left-side navigation pane, click **Go China** or **Go Globe**. You can view the text message template code in the **Template Code** column on the **Message Templates** tab.
	//
	// >  The text message templates must be created on the Go Globe page and approved.
	TemplateCode *string `json:"TemplateCode,omitempty" xml:"TemplateCode,omitempty"`
	// The value of the variable in the text message template. The verification code is replaced with "##code##".
	//
	// Example 1: For a system-defined template that contains variables, if the template content is "Your verification code is ${code} and valid for 5 minutes. Do not disclose the verification code to others.", specify the value of this parameter as {"code":"##code##"}
	//
	// Example 2: For a custom template, if the template content is ${content}, specify the value of this parameter as {"content":"Your verification code is ##code## and must be used within 5 minutes."}.
	//
	// >
	//
	// *   If line breaks are required in JSON-formatted data, they must meet the relevant requirements that are specified in the standard JSON protocol.
	//
	// *   For more information about template variables, see [SMS template specifications](~~108253~~).
	TemplateParam *string `json:"TemplateParam,omitempty" xml:"TemplateParam,omitempty"`
	// The validity period of the verification code. Unit: seconds. Default value: 300.
	ValidTime *int64 `json:"ValidTime,omitempty" xml:"ValidTime,omitempty"`
}

func (SendSmsVerifyCodeRequest) GoString added in v2.1.0

func (s SendSmsVerifyCodeRequest) GoString() string

func (*SendSmsVerifyCodeRequest) SetCodeLength added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetCodeType added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetCountryCode added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetDuplicatePolicy added in v2.1.0

func (s *SendSmsVerifyCodeRequest) SetDuplicatePolicy(v int64) *SendSmsVerifyCodeRequest

func (*SendSmsVerifyCodeRequest) SetInterval added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetOutId added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetOwnerId added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetPhoneNumber added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetResourceOwnerAccount added in v2.1.0

func (s *SendSmsVerifyCodeRequest) SetResourceOwnerAccount(v string) *SendSmsVerifyCodeRequest

func (*SendSmsVerifyCodeRequest) SetResourceOwnerId added in v2.1.0

func (s *SendSmsVerifyCodeRequest) SetResourceOwnerId(v int64) *SendSmsVerifyCodeRequest

func (*SendSmsVerifyCodeRequest) SetReturnVerifyCode added in v2.1.0

func (s *SendSmsVerifyCodeRequest) SetReturnVerifyCode(v bool) *SendSmsVerifyCodeRequest

func (*SendSmsVerifyCodeRequest) SetSchemeName added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetSignName added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetSmsUpExtendCode added in v2.1.0

func (s *SendSmsVerifyCodeRequest) SetSmsUpExtendCode(v string) *SendSmsVerifyCodeRequest

func (*SendSmsVerifyCodeRequest) SetTemplateCode added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetTemplateParam added in v2.1.0

func (*SendSmsVerifyCodeRequest) SetValidTime added in v2.1.0

func (SendSmsVerifyCodeRequest) String added in v2.1.0

func (s SendSmsVerifyCodeRequest) String() string

type SendSmsVerifyCodeResponse added in v2.1.0

type SendSmsVerifyCodeResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SendSmsVerifyCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SendSmsVerifyCodeResponse) GoString added in v2.1.0

func (s SendSmsVerifyCodeResponse) GoString() string

func (*SendSmsVerifyCodeResponse) SetBody added in v2.1.0

func (*SendSmsVerifyCodeResponse) SetHeaders added in v2.1.0

func (*SendSmsVerifyCodeResponse) SetStatusCode added in v2.1.0

func (SendSmsVerifyCodeResponse) String added in v2.1.0

func (s SendSmsVerifyCodeResponse) String() string

type SendSmsVerifyCodeResponseBody added in v2.1.0

type SendSmsVerifyCodeResponseBody struct {
	// The details about the access denial.
	AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"`
	// The response code. If OK is returned, the request is successful. For more information, see [Response codes](https://help.aliyun.com/zh/pnvs/developer-reference/api-return-code?spm=a2c4g.11174283.0.0.70c5616bkj38Wa).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The returned data.
	Model *SendSmsVerifyCodeResponseBodyModel `json:"Model,omitempty" xml:"Model,omitempty" type:"Struct"`
	// Indicates whether the request is successful. Valid values:
	//
	// *   **true**
	// *   **false**
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SendSmsVerifyCodeResponseBody) GoString added in v2.1.0

func (*SendSmsVerifyCodeResponseBody) SetAccessDeniedDetail added in v2.1.0

func (*SendSmsVerifyCodeResponseBody) SetCode added in v2.1.0

func (*SendSmsVerifyCodeResponseBody) SetMessage added in v2.1.0

func (*SendSmsVerifyCodeResponseBody) SetModel added in v2.1.0

func (*SendSmsVerifyCodeResponseBody) SetSuccess added in v2.1.0

func (SendSmsVerifyCodeResponseBody) String added in v2.1.0

type SendSmsVerifyCodeResponseBodyModel added in v2.1.0

type SendSmsVerifyCodeResponseBodyModel struct {
	// The business ID.
	BizId *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	// The external ID.
	OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// The verification code.
	VerifyCode *string `json:"VerifyCode,omitempty" xml:"VerifyCode,omitempty"`
}

func (SendSmsVerifyCodeResponseBodyModel) GoString added in v2.1.0

func (*SendSmsVerifyCodeResponseBodyModel) SetBizId added in v2.1.0

func (*SendSmsVerifyCodeResponseBodyModel) SetOutId added in v2.1.0

func (*SendSmsVerifyCodeResponseBodyModel) SetRequestId added in v2.1.0

func (*SendSmsVerifyCodeResponseBodyModel) SetVerifyCode added in v2.1.0

func (SendSmsVerifyCodeResponseBodyModel) String added in v2.1.0

type VerifyMobileRequest

type VerifyMobileRequest struct {
	// The token obtained by the SDK for your app.
	AccessCode *string `json:"AccessCode,omitempty" xml:"AccessCode,omitempty"`
	// The external ID.
	OutId   *string `json:"OutId,omitempty" xml:"OutId,omitempty"`
	OwnerId *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The phone number.
	PhoneNumber          *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
}

func (VerifyMobileRequest) GoString

func (s VerifyMobileRequest) GoString() string

func (*VerifyMobileRequest) SetAccessCode

func (s *VerifyMobileRequest) SetAccessCode(v string) *VerifyMobileRequest

func (*VerifyMobileRequest) SetOutId

func (*VerifyMobileRequest) SetOwnerId

func (s *VerifyMobileRequest) SetOwnerId(v int64) *VerifyMobileRequest

func (*VerifyMobileRequest) SetPhoneNumber

func (s *VerifyMobileRequest) SetPhoneNumber(v string) *VerifyMobileRequest

func (*VerifyMobileRequest) SetResourceOwnerAccount

func (s *VerifyMobileRequest) SetResourceOwnerAccount(v string) *VerifyMobileRequest

func (*VerifyMobileRequest) SetResourceOwnerId

func (s *VerifyMobileRequest) SetResourceOwnerId(v int64) *VerifyMobileRequest

func (VerifyMobileRequest) String

func (s VerifyMobileRequest) String() string

type VerifyMobileResponse

type VerifyMobileResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *VerifyMobileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (VerifyMobileResponse) GoString

func (s VerifyMobileResponse) GoString() string

func (*VerifyMobileResponse) SetBody

func (*VerifyMobileResponse) SetHeaders

func (s *VerifyMobileResponse) SetHeaders(v map[string]*string) *VerifyMobileResponse

func (*VerifyMobileResponse) SetStatusCode

func (s *VerifyMobileResponse) SetStatusCode(v int32) *VerifyMobileResponse

func (VerifyMobileResponse) String

func (s VerifyMobileResponse) String() string

type VerifyMobileResponseBody

type VerifyMobileResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The response parameters.
	GateVerifyResultDTO *VerifyMobileResponseBodyGateVerifyResultDTO `json:"GateVerifyResultDTO,omitempty" xml:"GateVerifyResultDTO,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (VerifyMobileResponseBody) GoString

func (s VerifyMobileResponseBody) GoString() string

func (*VerifyMobileResponseBody) SetCode

func (*VerifyMobileResponseBody) SetGateVerifyResultDTO

func (*VerifyMobileResponseBody) SetMessage

func (*VerifyMobileResponseBody) SetRequestId

func (VerifyMobileResponseBody) String

func (s VerifyMobileResponseBody) String() string

type VerifyMobileResponseBodyGateVerifyResultDTO

type VerifyMobileResponseBodyGateVerifyResultDTO struct {
	// The verification ID.
	VerifyId *string `json:"VerifyId,omitempty" xml:"VerifyId,omitempty"`
	// The verification results. Valid values:
	//
	// *   **PASS: The input phone number is consistent with the phone number that you use.**
	// *   **REJECT: The input phone number is different from the phone number that you use.**
	// *   **UNKNOWN: The system cannot judge whether the input phone number is consistent with the phone number that you use.
	VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"`
}

func (VerifyMobileResponseBodyGateVerifyResultDTO) GoString

func (*VerifyMobileResponseBodyGateVerifyResultDTO) SetVerifyId

func (*VerifyMobileResponseBodyGateVerifyResultDTO) SetVerifyResult

func (VerifyMobileResponseBodyGateVerifyResultDTO) String

type VerifyPhoneWithTokenRequest

type VerifyPhoneWithTokenRequest struct {
	OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	// The phone number.
	PhoneNumber          *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The token for phone number verification that is obtained by the JavaScript SDK.
	SpToken *string `json:"SpToken,omitempty" xml:"SpToken,omitempty"`
}

func (VerifyPhoneWithTokenRequest) GoString

func (s VerifyPhoneWithTokenRequest) GoString() string

func (*VerifyPhoneWithTokenRequest) SetOwnerId

func (*VerifyPhoneWithTokenRequest) SetPhoneNumber

func (*VerifyPhoneWithTokenRequest) SetResourceOwnerAccount

func (s *VerifyPhoneWithTokenRequest) SetResourceOwnerAccount(v string) *VerifyPhoneWithTokenRequest

func (*VerifyPhoneWithTokenRequest) SetResourceOwnerId

func (*VerifyPhoneWithTokenRequest) SetSpToken

func (VerifyPhoneWithTokenRequest) String

type VerifyPhoneWithTokenResponse

type VerifyPhoneWithTokenResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *VerifyPhoneWithTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (VerifyPhoneWithTokenResponse) GoString

func (s VerifyPhoneWithTokenResponse) GoString() string

func (*VerifyPhoneWithTokenResponse) SetBody

func (*VerifyPhoneWithTokenResponse) SetHeaders

func (*VerifyPhoneWithTokenResponse) SetStatusCode

func (VerifyPhoneWithTokenResponse) String

type VerifyPhoneWithTokenResponseBody

type VerifyPhoneWithTokenResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The response parameters.
	GateVerify *VerifyPhoneWithTokenResponseBodyGateVerify `json:"GateVerify,omitempty" xml:"GateVerify,omitempty" type:"Struct"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (VerifyPhoneWithTokenResponseBody) GoString

func (*VerifyPhoneWithTokenResponseBody) SetCode

func (*VerifyPhoneWithTokenResponseBody) SetMessage

func (*VerifyPhoneWithTokenResponseBody) SetRequestId

func (VerifyPhoneWithTokenResponseBody) String

type VerifyPhoneWithTokenResponseBodyGateVerify

type VerifyPhoneWithTokenResponseBodyGateVerify struct {
	// The external ID.
	VerifyId *string `json:"VerifyId,omitempty" xml:"VerifyId,omitempty"`
	// The verification results. Valid values:
	//
	// *   PASS: The input phone number is consistent with the phone number used in HTML5 pages.
	// *   REJECT: The input phone number is different from the phone number used in HTML5 pages.
	// *   UNKNOWN: The system cannot judge whether the input phone number is consistent with the phone number used in HTML5 pages.
	VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"`
}

func (VerifyPhoneWithTokenResponseBodyGateVerify) GoString

func (*VerifyPhoneWithTokenResponseBodyGateVerify) SetVerifyId

func (*VerifyPhoneWithTokenResponseBodyGateVerify) SetVerifyResult

func (VerifyPhoneWithTokenResponseBodyGateVerify) String

type VerifySmsCodeRequest

type VerifySmsCodeRequest struct {
	// The phone number, which is used to receive SMS verification codes.
	PhoneNumber *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
	// The SMS verification code.
	SmsCode *string `json:"SmsCode,omitempty" xml:"SmsCode,omitempty"`
	// The text message verification code. After you successfully call the corresponding API operation to send the SMS verification code, the end users receive the SMS verification code. SmsToken is returned by the SDK for SMS verification for you to verify the text message verification code. For an Android client, sendVerifyCode is called to send the verification code. For an iOS client, sendVerifyCodeWithTimeout is called to send the verification code. For more information, see [Overview](~~400434~~).
	SmsToken *string `json:"SmsToken,omitempty" xml:"SmsToken,omitempty"`
}

func (VerifySmsCodeRequest) GoString

func (s VerifySmsCodeRequest) GoString() string

func (*VerifySmsCodeRequest) SetPhoneNumber

func (s *VerifySmsCodeRequest) SetPhoneNumber(v string) *VerifySmsCodeRequest

func (*VerifySmsCodeRequest) SetSmsCode

func (*VerifySmsCodeRequest) SetSmsToken

func (VerifySmsCodeRequest) String

func (s VerifySmsCodeRequest) String() string

type VerifySmsCodeResponse

type VerifySmsCodeResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *VerifySmsCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (VerifySmsCodeResponse) GoString

func (s VerifySmsCodeResponse) GoString() string

func (*VerifySmsCodeResponse) SetBody

func (*VerifySmsCodeResponse) SetHeaders

func (*VerifySmsCodeResponse) SetStatusCode

func (s *VerifySmsCodeResponse) SetStatusCode(v int32) *VerifySmsCodeResponse

func (VerifySmsCodeResponse) String

func (s VerifySmsCodeResponse) String() string

type VerifySmsCodeResponseBody

type VerifySmsCodeResponseBody struct {
	// The response code.
	//
	// *   If OK is returned, the request is successful.
	// *   For more information about other error codes, see [API response codes](~~85198~~).
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Indicates whether the request is successful. Valid values:
	//
	// *   **true**
	// *   **false**
	Data *bool `json:"Data,omitempty" xml:"Data,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The request ID.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (VerifySmsCodeResponseBody) GoString

func (s VerifySmsCodeResponseBody) GoString() string

func (*VerifySmsCodeResponseBody) SetCode

func (*VerifySmsCodeResponseBody) SetData

func (*VerifySmsCodeResponseBody) SetMessage

func (*VerifySmsCodeResponseBody) SetRequestId

func (VerifySmsCodeResponseBody) String

func (s VerifySmsCodeResponseBody) String() string

type VerifyWithFusionAuthTokenRequest added in v2.0.3

type VerifyWithFusionAuthTokenRequest struct {
	OwnerId              *int64  `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"`
	ResourceOwnerId      *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	// The unified verification token that is returned by the client SDKs.
	VerifyToken *string `json:"VerifyToken,omitempty" xml:"VerifyToken,omitempty"`
}

func (VerifyWithFusionAuthTokenRequest) GoString added in v2.0.3

func (*VerifyWithFusionAuthTokenRequest) SetOwnerId added in v2.0.3

func (*VerifyWithFusionAuthTokenRequest) SetResourceOwnerAccount added in v2.0.3

func (*VerifyWithFusionAuthTokenRequest) SetResourceOwnerId added in v2.0.3

func (*VerifyWithFusionAuthTokenRequest) SetVerifyToken added in v2.0.3

func (VerifyWithFusionAuthTokenRequest) String added in v2.0.3

type VerifyWithFusionAuthTokenResponse added in v2.0.3

type VerifyWithFusionAuthTokenResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *VerifyWithFusionAuthTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (VerifyWithFusionAuthTokenResponse) GoString added in v2.0.3

func (*VerifyWithFusionAuthTokenResponse) SetBody added in v2.0.3

func (*VerifyWithFusionAuthTokenResponse) SetHeaders added in v2.0.3

func (*VerifyWithFusionAuthTokenResponse) SetStatusCode added in v2.0.3

func (VerifyWithFusionAuthTokenResponse) String added in v2.0.3

type VerifyWithFusionAuthTokenResponseBody added in v2.0.3

type VerifyWithFusionAuthTokenResponseBody struct {
	// The response code. If OK is returned, the request is successful. Other values indicate that the request failed. For more information, see Error codes.
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// The returned message.
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// The returned data.
	Model *VerifyWithFusionAuthTokenResponseBodyModel `json:"Model,omitempty" xml:"Model,omitempty" type:"Struct"`
	// The request ID, which is used to troubleshoot issues.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Indicates whether the request is successful. Valid values: true false
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (VerifyWithFusionAuthTokenResponseBody) GoString added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBody) SetCode added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBody) SetMessage added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBody) SetModel added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBody) SetRequestId added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBody) SetSuccess added in v2.0.3

func (VerifyWithFusionAuthTokenResponseBody) String added in v2.0.3

type VerifyWithFusionAuthTokenResponseBodyModel added in v2.0.3

type VerifyWithFusionAuthTokenResponseBodyModel struct {
	// The phone number, which is returned when the verification is successful.
	PhoneNumber *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
	// The phone number score, which is generated only after the phone number scoring node is enabled and the verification is successful. The higher the score, the more risky the phone number. Valid values: 0 to 100.
	PhoneScore *int64 `json:"PhoneScore,omitempty" xml:"PhoneScore,omitempty"`
	// The verification result. Valid values: PASS and UNKNOWN.
	VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"`
}

func (VerifyWithFusionAuthTokenResponseBodyModel) GoString added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBodyModel) SetPhoneNumber added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBodyModel) SetPhoneScore added in v2.0.3

func (*VerifyWithFusionAuthTokenResponseBodyModel) SetVerifyResult added in v2.0.3

func (VerifyWithFusionAuthTokenResponseBodyModel) String added in v2.0.3

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL