Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetEncryptPinRequest ¶
func NewGetEncryptPinRequest ¶
func NewGetEncryptPinRequest() (req *GetEncryptPinRequest)
create new request
func (*GetEncryptPinRequest) GetPin ¶
func (req *GetEncryptPinRequest) GetPin() string
func (*GetEncryptPinRequest) SetPin ¶
func (req *GetEncryptPinRequest) SetPin(pin string)
type GetSocialInfoRequest ¶
func NewGetSocialInfoRequest ¶
func NewGetSocialInfoRequest() (req *GetSocialInfoRequest)
create new request
func (*GetSocialInfoRequest) GetPin ¶
func (req *GetSocialInfoRequest) GetPin() string
func (*GetSocialInfoRequest) SetPin ¶
func (req *GetSocialInfoRequest) SetPin(pin string)
type GetUserBaseInfoByEncryPinRequest ¶
func NewGetUserBaseInfoByEncryPinRequest ¶
func NewGetUserBaseInfoByEncryPinRequest() (req *GetUserBaseInfoByEncryPinRequest)
create new request
func (*GetUserBaseInfoByEncryPinRequest) GetLoadType ¶
func (req *GetUserBaseInfoByEncryPinRequest) GetLoadType() int
func (*GetUserBaseInfoByEncryPinRequest) GetPin ¶
func (req *GetUserBaseInfoByEncryPinRequest) GetPin() string
func (*GetUserBaseInfoByEncryPinRequest) SetLoadType ¶
func (req *GetUserBaseInfoByEncryPinRequest) SetLoadType(loadType int)
func (*GetUserBaseInfoByEncryPinRequest) SetPin ¶
func (req *GetUserBaseInfoByEncryPinRequest) SetPin(pin string)
type MixPinToXidRequest ¶ added in v1.1.11
func NewMixPinToXidRequest ¶ added in v1.1.11
func NewMixPinToXidRequest() (req *MixPinToXidRequest)
create new request
func (*MixPinToXidRequest) GetAppKey ¶ added in v1.1.11
func (req *MixPinToXidRequest) GetAppKey() string
func (*MixPinToXidRequest) GetMixPin ¶ added in v1.1.11
func (req *MixPinToXidRequest) GetMixPin() string
func (*MixPinToXidRequest) SetAppKey ¶ added in v1.1.11
func (req *MixPinToXidRequest) SetAppKey(appKey string)
func (*MixPinToXidRequest) SetMixPin ¶ added in v1.1.11
func (req *MixPinToXidRequest) SetMixPin(mixPin string)
Click to show internal directories.
Click to hide internal directories.