Documentation ¶
Index ¶
Constants ¶
View Source
const Header_error_code int = -1
View Source
const Header_success_code int = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseReqModel ¶
func (*BaseReqModel) GetBaseEncryptionValue ¶
func (b *BaseReqModel) GetBaseEncryptionValue() string
func (*BaseReqModel) SetMac ¶ added in v1.2.0
func (b *BaseReqModel) SetMac(mac string)
func (*BaseReqModel) ToJson ¶
func (b *BaseReqModel) ToJson() []byte
type BaseResModel ¶
func (*BaseResModel) GetBaseEncryptionValue ¶
func (b *BaseResModel) GetBaseEncryptionValue() string
func (*BaseResModel) GetEncryptionValue ¶ added in v1.2.0
func (b *BaseResModel) GetEncryptionValue() string
func (*BaseResModel) GetMac ¶ added in v1.0.2
func (b *BaseResModel) GetMac() string
type ReqInterface ¶
type ResInterface ¶
Click to show internal directories.
Click to hide internal directories.