Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RightsInfoParam ¶
type RightsInfoParam struct { // 授权主体类型,不传参默认查询店铺,2-ebill用户;3-供应商 BizType int32 `json:"biz_type"` }
type RightsInfoRequest ¶
type RightsInfoRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *RightsInfoParam }
func New ¶
func New() *RightsInfoRequest
func (*RightsInfoRequest) Execute ¶
func (c *RightsInfoRequest) Execute(accessToken *doudian_sdk.AccessToken) (*rights_info_response.RightsInfoResponse, error)
func (*RightsInfoRequest) GetParamObject ¶
func (c *RightsInfoRequest) GetParamObject() interface{}
func (*RightsInfoRequest) GetParams ¶
func (c *RightsInfoRequest) GetParams() *RightsInfoParam
func (*RightsInfoRequest) GetUrlPath ¶
func (c *RightsInfoRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.