Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterReqData ¶
type RegisterReqData struct { base.BaseReqModel Body RegisterReqDataBody `json:"body"` }
func (*RegisterReqData) GetEncryptionValue ¶
func (f *RegisterReqData) GetEncryptionValue() string
type RegisterReqDataBody ¶
type RegisterReqDataBody struct {
UserId string `json:"userId"`
}
Click to show internal directories.
Click to hide internal directories.