更新文档内容

This commit is contained in:
2023-09-26 16:20:01 +08:00
parent 73222eee28
commit d72897f080
415 changed files with 15785 additions and 17558 deletions

View File

@@ -4,8 +4,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Code** | Pointer to **int32** | http code | [optional]
**Data** | Pointer to [**SchemaGetOtherUserInfoResp**](SchemaGetOtherUserInfoResp.md) | | [optional]
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
**Msg** | Pointer to **string** | response message | [optional]
**Reason** | Pointer to **string** | reason key | [optional]
## Methods
@@ -26,6 +28,31 @@ NewAnswerApiV1PersonalUserInfoGet200ResponseWithDefaults instantiates a new Answ
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetCode
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetCode() int32`
GetCode returns the Code field if non-nil, zero value otherwise.
### GetCodeOk
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetCodeOk() (*int32, bool)`
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCode
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetCode(v int32)`
SetCode sets Code field to given value.
### HasCode
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasCode() bool`
HasCode returns a boolean if a field has been set.
### GetData
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetData() SchemaGetOtherUserInfoResp`
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
HasData returns a boolean if a field has been set.
### GetHandlerRespBody
### GetMsg
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetHandlerRespBody() HandlerRespBody`
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetMsg() string`
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
GetMsg returns the Msg field if non-nil, zero value otherwise.
### GetHandlerRespBodyOk
### GetMsgOk
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetMsgOk() (*string, bool)`
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHandlerRespBody
### SetMsg
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetMsg(v string)`
SetHandlerRespBody sets HandlerRespBody field to given value.
SetMsg sets Msg field to given value.
### HasHandlerRespBody
### HasMsg
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasHandlerRespBody() bool`
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasMsg() bool`
HasHandlerRespBody returns a boolean if a field has been set.
HasMsg returns a boolean if a field has been set.
### GetReason
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetReason() string`
GetReason returns the Reason field if non-nil, zero value otherwise.
### GetReasonOk
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetReasonOk() (*string, bool)`
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetReason
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetReason(v string)`
SetReason sets Reason field to given value.
### HasReason
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasReason() bool`
HasReason returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)