Documentation ¶
Index ¶
- type CheckAuthForVenderIdRequest
- type GetBasicVenderInfoRequest
- type GetCustomerBasicInfoRequest
- type GetMemberLevelRequest
- type GetVenderLevelRuleRequest
- type GetVenderStatusRequest
- type VenderCommonQueryRequest
- type VenderShopQueryRequest
- type VenderSyncBindRequest
- func (req *VenderSyncBindRequest) GetBirthday() string
- func (req *VenderSyncBindRequest) GetCardNo() string
- func (req *VenderSyncBindRequest) GetChannel() uint16
- func (req *VenderSyncBindRequest) GetCity() string
- func (req *VenderSyncBindRequest) GetCustomerLevel() uint8
- func (req *VenderSyncBindRequest) GetCustomerPin() string
- func (req *VenderSyncBindRequest) GetCustomerType() uint8
- func (req *VenderSyncBindRequest) GetExtend() string
- func (req *VenderSyncBindRequest) GetGender() string
- func (req *VenderSyncBindRequest) GetPhoneNo() string
- func (req *VenderSyncBindRequest) GetProvince() string
- func (req *VenderSyncBindRequest) GetStatus() uint8
- func (req *VenderSyncBindRequest) GetStreet() string
- func (req *VenderSyncBindRequest) SetBirthday(birthday string)
- func (req *VenderSyncBindRequest) SetCardNo(cardNo string)
- func (req *VenderSyncBindRequest) SetChannel(channel uint16)
- func (req *VenderSyncBindRequest) SetCity(city string)
- func (req *VenderSyncBindRequest) SetCustomerLevel(customerLevel uint8)
- func (req *VenderSyncBindRequest) SetCustomerPin(customerPin string)
- func (req *VenderSyncBindRequest) SetCustomerType(customerType uint8)
- func (req *VenderSyncBindRequest) SetExtend(extend string)
- func (req *VenderSyncBindRequest) SetGender(gender string)
- func (req *VenderSyncBindRequest) SetPhoneNo(phoneNo string)
- func (req *VenderSyncBindRequest) SetProvince(province string)
- func (req *VenderSyncBindRequest) SetStatus(status uint8)
- func (req *VenderSyncBindRequest) SetStreet(street string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckAuthForVenderIdRequest ¶
func NewCheckAuthForVenderIdRequest ¶
func NewCheckAuthForVenderIdRequest() (req *CheckAuthForVenderIdRequest)
create new request
func (*CheckAuthForVenderIdRequest) GetPermCode ¶
func (req *CheckAuthForVenderIdRequest) GetPermCode() string
func (*CheckAuthForVenderIdRequest) SetPermCode ¶
func (req *CheckAuthForVenderIdRequest) SetPermCode(permCode string)
type GetBasicVenderInfoRequest ¶
func NewGetBasicVenderInfoRequest ¶
func NewGetBasicVenderInfoRequest() (req *GetBasicVenderInfoRequest)
create new request
func (*GetBasicVenderInfoRequest) GetColNames ¶
func (req *GetBasicVenderInfoRequest) GetColNames() []string
func (*GetBasicVenderInfoRequest) GetSource ¶
func (req *GetBasicVenderInfoRequest) GetSource() int
func (*GetBasicVenderInfoRequest) SetColNames ¶
func (req *GetBasicVenderInfoRequest) SetColNames(colNames []string)
func (*GetBasicVenderInfoRequest) SetSource ¶
func (req *GetBasicVenderInfoRequest) SetSource(source int)
type GetCustomerBasicInfoRequest ¶
func NewGetCustomerBasicInfoRequest ¶
func NewGetCustomerBasicInfoRequest() (req *GetCustomerBasicInfoRequest)
create new request
func (*GetCustomerBasicInfoRequest) GetCustomerPin ¶
func (req *GetCustomerBasicInfoRequest) GetCustomerPin() string
func (*GetCustomerBasicInfoRequest) SetCustomerPin ¶
func (req *GetCustomerBasicInfoRequest) SetCustomerPin(customerPin string)
type GetMemberLevelRequest ¶
func NewVenderGetMemberLevelRequest ¶
func NewVenderGetMemberLevelRequest() (req *GetMemberLevelRequest)
create new request
func (*GetMemberLevelRequest) GetCustomerPin ¶
func (req *GetMemberLevelRequest) GetCustomerPin() string
func (*GetMemberLevelRequest) SetCustomerPin ¶
func (req *GetMemberLevelRequest) SetCustomerPin(customerPin string)
type GetVenderLevelRuleRequest ¶
func NewGetVenderLevelRuleRequest ¶
func NewGetVenderLevelRuleRequest() (req *GetVenderLevelRuleRequest)
create new request
type GetVenderStatusRequest ¶
func NewGetVenderStatusRequest ¶
func NewGetVenderStatusRequest() (req *GetVenderStatusRequest)
create new request
type VenderCommonQueryRequest ¶
func NewVenderCommonQueryRequest ¶
func NewVenderCommonQueryRequest() (req *VenderCommonQueryRequest)
create new request
func (*VenderCommonQueryRequest) GetInputPara ¶
func (req *VenderCommonQueryRequest) GetInputPara() string
func (*VenderCommonQueryRequest) GetMethod ¶
func (req *VenderCommonQueryRequest) GetMethod() string
func (*VenderCommonQueryRequest) SetInputPara ¶
func (req *VenderCommonQueryRequest) SetInputPara(inputPara string)
func (*VenderCommonQueryRequest) SetMethod ¶
func (req *VenderCommonQueryRequest) SetMethod(method string)
type VenderShopQueryRequest ¶
func NewVenderShopQueryRequest ¶
func NewVenderShopQueryRequest() (req *VenderShopQueryRequest)
create new request
type VenderSyncBindRequest ¶
func NewVenderSyncBindRequest ¶
func NewVenderSyncBindRequest() (req *VenderSyncBindRequest)
create new request
func (*VenderSyncBindRequest) GetBirthday ¶
func (req *VenderSyncBindRequest) GetBirthday() string
func (*VenderSyncBindRequest) GetCardNo ¶
func (req *VenderSyncBindRequest) GetCardNo() string
func (*VenderSyncBindRequest) GetChannel ¶
func (req *VenderSyncBindRequest) GetChannel() uint16
func (*VenderSyncBindRequest) GetCity ¶
func (req *VenderSyncBindRequest) GetCity() string
func (*VenderSyncBindRequest) GetCustomerLevel ¶
func (req *VenderSyncBindRequest) GetCustomerLevel() uint8
func (*VenderSyncBindRequest) GetCustomerPin ¶
func (req *VenderSyncBindRequest) GetCustomerPin() string
func (*VenderSyncBindRequest) GetCustomerType ¶
func (req *VenderSyncBindRequest) GetCustomerType() uint8
func (*VenderSyncBindRequest) GetExtend ¶
func (req *VenderSyncBindRequest) GetExtend() string
func (*VenderSyncBindRequest) GetGender ¶
func (req *VenderSyncBindRequest) GetGender() string
func (*VenderSyncBindRequest) GetPhoneNo ¶
func (req *VenderSyncBindRequest) GetPhoneNo() string
func (*VenderSyncBindRequest) GetProvince ¶
func (req *VenderSyncBindRequest) GetProvince() string
func (*VenderSyncBindRequest) GetStatus ¶
func (req *VenderSyncBindRequest) GetStatus() uint8
func (*VenderSyncBindRequest) GetStreet ¶
func (req *VenderSyncBindRequest) GetStreet() string
func (*VenderSyncBindRequest) SetBirthday ¶
func (req *VenderSyncBindRequest) SetBirthday(birthday string)
func (*VenderSyncBindRequest) SetCardNo ¶
func (req *VenderSyncBindRequest) SetCardNo(cardNo string)
func (*VenderSyncBindRequest) SetChannel ¶
func (req *VenderSyncBindRequest) SetChannel(channel uint16)
func (*VenderSyncBindRequest) SetCity ¶
func (req *VenderSyncBindRequest) SetCity(city string)
func (*VenderSyncBindRequest) SetCustomerLevel ¶
func (req *VenderSyncBindRequest) SetCustomerLevel(customerLevel uint8)
func (*VenderSyncBindRequest) SetCustomerPin ¶
func (req *VenderSyncBindRequest) SetCustomerPin(customerPin string)
func (*VenderSyncBindRequest) SetCustomerType ¶
func (req *VenderSyncBindRequest) SetCustomerType(customerType uint8)
func (*VenderSyncBindRequest) SetExtend ¶
func (req *VenderSyncBindRequest) SetExtend(extend string)
func (*VenderSyncBindRequest) SetGender ¶
func (req *VenderSyncBindRequest) SetGender(gender string)
func (*VenderSyncBindRequest) SetPhoneNo ¶
func (req *VenderSyncBindRequest) SetPhoneNo(phoneNo string)
func (*VenderSyncBindRequest) SetProvince ¶
func (req *VenderSyncBindRequest) SetProvince(province string)
func (*VenderSyncBindRequest) SetStatus ¶
func (req *VenderSyncBindRequest) SetStatus(status uint8)
func (*VenderSyncBindRequest) SetStreet ¶
func (req *VenderSyncBindRequest) SetStreet(street string)
Click to show internal directories.
Click to hide internal directories.