更新文档内容

This commit is contained in:
2023-08-22 10:37:28 +08:00
parent c3f06b456f
commit 73222eee28
329 changed files with 25366 additions and 2475 deletions

View File

@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Data** | Pointer to [**SchemaGetUserResp**](SchemaGetUserResp.md) | | [optional]
**Data** | Pointer to [**SchemaUserLoginResp**](SchemaUserLoginResp.md) | | [optional]
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
## Methods
@@ -28,20 +28,20 @@ but it doesn't guarantee that properties required by API are set
### GetData
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetData() SchemaGetUserResp`
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetData() SchemaUserLoginResp`
GetData returns the Data field if non-nil, zero value otherwise.
### GetDataOk
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetDataOk() (*SchemaGetUserResp, bool)`
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetDataOk() (*SchemaUserLoginResp, bool)`
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetData
`func (o *AnswerApiV1UserEmailVerificationPost200Response) SetData(v SchemaGetUserResp)`
`func (o *AnswerApiV1UserEmailVerificationPost200Response) SetData(v SchemaUserLoginResp)`
SetData sets Data field to given value.