Documentation ¶
Overview ¶
Package fivee 包含资质共享API相关结构体
Index ¶
- type BatchProduct
- type Company
- type ImportProduct
- type InnerProduct
- type Licence
- type SanitationCertificate
- type TaobaofiveecompanygetAPIRequest
- func (r TaobaofiveecompanygetAPIRequest) GetApiMethodName() string
- func (r TaobaofiveecompanygetAPIRequest) GetApiParams(params url.Values)
- func (r TaobaofiveecompanygetAPIRequest) GetParamBucode() string
- func (r TaobaofiveecompanygetAPIRequest) GetParamUniqueCode() string
- func (r TaobaofiveecompanygetAPIRequest) GetRawParams() model.Params
- func (r *TaobaofiveecompanygetAPIRequest) SetParamBucode(_paramBucode string) error
- func (r *TaobaofiveecompanygetAPIRequest) SetParamUniqueCode(_paramUniqueCode string) error
- type TaobaofiveecompanygetAPIResponse
- type TaobaofiveecompanygetAPIResponseModel
- type TaobaofiveecompanygetResult
- type TaobaofiveecompanyuploadAPIRequest
- func (r TaobaofiveecompanyuploadAPIRequest) GetApiMethodName() string
- func (r TaobaofiveecompanyuploadAPIRequest) GetApiParams(params url.Values)
- func (r TaobaofiveecompanyuploadAPIRequest) GetParamBucode() string
- func (r TaobaofiveecompanyuploadAPIRequest) GetParamCompany() *Company
- func (r TaobaofiveecompanyuploadAPIRequest) GetRawParams() model.Params
- func (r *TaobaofiveecompanyuploadAPIRequest) SetParamBucode(_paramBucode string) error
- func (r *TaobaofiveecompanyuploadAPIRequest) SetParamCompany(_paramCompany *Company) error
- type TaobaofiveecompanyuploadAPIResponse
- type TaobaofiveecompanyuploadAPIResponseModel
- type TaobaofiveeimportproductgetAPIRequest
- func (r TaobaofiveeimportproductgetAPIRequest) GetApiMethodName() string
- func (r TaobaofiveeimportproductgetAPIRequest) GetApiParams(params url.Values)
- func (r TaobaofiveeimportproductgetAPIRequest) GetParamBarcode() string
- func (r TaobaofiveeimportproductgetAPIRequest) GetParamBuCode() string
- func (r TaobaofiveeimportproductgetAPIRequest) GetRawParams() model.Params
- func (r *TaobaofiveeimportproductgetAPIRequest) SetParamBarcode(_paramBarcode string) error
- func (r *TaobaofiveeimportproductgetAPIRequest) SetParamBuCode(_paramBuCode string) error
- type TaobaofiveeimportproductgetAPIResponse
- type TaobaofiveeimportproductgetAPIResponseModel
- type TaobaofiveeimportproductgetResult
- type TaobaofiveeimportproductpublishAPIRequest
- func (r TaobaofiveeimportproductpublishAPIRequest) GetApiMethodName() string
- func (r TaobaofiveeimportproductpublishAPIRequest) GetApiParams(params url.Values)
- func (r TaobaofiveeimportproductpublishAPIRequest) GetImportProduct() *ImportProduct
- func (r TaobaofiveeimportproductpublishAPIRequest) GetParamBucode() string
- func (r TaobaofiveeimportproductpublishAPIRequest) GetRawParams() model.Params
- func (r *TaobaofiveeimportproductpublishAPIRequest) SetImportProduct(_importProduct *ImportProduct) error
- func (r *TaobaofiveeimportproductpublishAPIRequest) SetParamBucode(_paramBucode string) error
- type TaobaofiveeimportproductpublishAPIResponse
- type TaobaofiveeimportproductpublishAPIResponseModel
- type TaobaofiveeinnerproductgetAPIRequest
- func (r TaobaofiveeinnerproductgetAPIRequest) GetApiMethodName() string
- func (r TaobaofiveeinnerproductgetAPIRequest) GetApiParams(params url.Values)
- func (r TaobaofiveeinnerproductgetAPIRequest) GetParamBarcode() string
- func (r TaobaofiveeinnerproductgetAPIRequest) GetParamBucode() string
- func (r TaobaofiveeinnerproductgetAPIRequest) GetRawParams() model.Params
- func (r *TaobaofiveeinnerproductgetAPIRequest) SetParamBarcode(_paramBarcode string) error
- func (r *TaobaofiveeinnerproductgetAPIRequest) SetParamBucode(_paramBucode string) error
- type TaobaofiveeinnerproductgetAPIResponse
- type TaobaofiveeinnerproductgetAPIResponseModel
- type TaobaofiveeinnerproductgetResult
- type TaobaofiveeinnerproductpublishAPIRequest
- func (r TaobaofiveeinnerproductpublishAPIRequest) GetApiMethodName() string
- func (r TaobaofiveeinnerproductpublishAPIRequest) GetApiParams(params url.Values)
- func (r TaobaofiveeinnerproductpublishAPIRequest) GetParamBucode() string
- func (r TaobaofiveeinnerproductpublishAPIRequest) GetParamInnerProduct() *InnerProduct
- func (r TaobaofiveeinnerproductpublishAPIRequest) GetRawParams() model.Params
- func (r *TaobaofiveeinnerproductpublishAPIRequest) SetParamBucode(_paramBucode string) error
- func (r *TaobaofiveeinnerproductpublishAPIRequest) SetParamInnerProduct(_paramInnerProduct *InnerProduct) error
- type TaobaofiveeinnerproductpublishAPIResponse
- type TaobaofiveeinnerproductpublishAPIResponseModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchProduct ¶
type BatchProduct struct { // 到期日期 DueDate string `json:"due_date,omitempty" xml:"due_date,omitempty"` // 原产国 OriginCountry string `json:"origin_country,omitempty" xml:"origin_country,omitempty"` // 生产日期 ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"` }
BatchProduct 结构体
type Company ¶
type Company struct { // 证照信息 Licences []Licence `json:"licences,omitempty" xml:"licences>licence,omitempty"` // 关系类型:1.制造商 2.供应商 RelationType []int64 `json:"relation_type,omitempty" xml:"relation_type>int64,omitempty"` // 成立时间 EstablishedDate string `json:"established_date,omitempty" xml:"established_date,omitempty"` // 商名称 Name string `json:"name,omitempty" xml:"name,omitempty"` // 注册资本 RegisteredCapital string `json:"registered_capital,omitempty" xml:"registered_capital,omitempty"` // 统一社会信用代码 UniqueCode string `json:"unique_code,omitempty" xml:"unique_code,omitempty"` }
Company 结构体
type ImportProduct ¶
type ImportProduct struct { // 代理商信息 AgentCompanies []Company `json:"agent_companies,omitempty" xml:"agent_companies>company,omitempty"` // 证照信息 Licences []Licence `json:"licences,omitempty" xml:"licences>licence,omitempty"` // 检验检疫证明 SanitationCertificates []SanitationCertificate `json:"sanitation_certificates,omitempty" xml:"sanitation_certificates>sanitation_certificate,omitempty"` // 批次或备案编号 AuthCode string `json:"auth_code,omitempty" xml:"auth_code,omitempty"` // 条形码 Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"` // 名称 Name string `json:"name,omitempty" xml:"name,omitempty"` // 业务方内部编号(比如大润发的货号) InnerCode string `json:"inner_code,omitempty" xml:"inner_code,omitempty"` // 业务备注 Remark string `json:"remark,omitempty" xml:"remark,omitempty"` }
ImportProduct 结构体
type InnerProduct ¶
type InnerProduct struct { // 证照信息 Licences []Licence `json:"licences,omitempty" xml:"licences>licence,omitempty"` // 生产商 ProduceCompanies []Company `json:"produce_companies,omitempty" xml:"produce_companies>company,omitempty"` // 供应商信息 ProviderCompanies []Company `json:"provider_companies,omitempty" xml:"provider_companies>company,omitempty"` // 批次或备案证书编号 AuthCode string `json:"auth_code,omitempty" xml:"auth_code,omitempty"` // 条形码 Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"` // 商品名称 Name string `json:"name,omitempty" xml:"name,omitempty"` // 各业务方内部编号(例如RT的内部货号) InnerCode string `json:"inner_code,omitempty" xml:"inner_code,omitempty"` // 业务方备注 Remark string `json:"remark,omitempty" xml:"remark,omitempty"` }
InnerProduct 结构体
type Licence ¶
type Licence struct { // 附件下载地址列表 Urls []string `json:"urls,omitempty" xml:"urls>string,omitempty"` // 认证机构 CertificationBody string `json:"certification_body,omitempty" xml:"certification_body,omitempty"` // 编码 Code string `json:"code,omitempty" xml:"code,omitempty"` // 到期日期 DueDate string `json:"due_date,omitempty" xml:"due_date,omitempty"` // 生效日期 EffectiveDate string `json:"effective_date,omitempty" xml:"effective_date,omitempty"` // 证照名称 Name string `json:"name,omitempty" xml:"name,omitempty"` // 类型 Type int64 `json:"type,omitempty" xml:"type,omitempty"` }
Licence 结构体
type SanitationCertificate ¶
type SanitationCertificate struct { // 批次信息 BatchProducts []BatchProduct `json:"batch_products,omitempty" xml:"batch_products>batch_product,omitempty"` // 下载地址列表 Urls []string `json:"urls,omitempty" xml:"urls>string,omitempty"` // 编码 Code string `json:"code,omitempty" xml:"code,omitempty"` }
SanitationCertificate 结构体
type TaobaofiveecompanygetAPIRequest ¶ added in v1.3.1
type TaobaofiveecompanygetAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaofiveecompanygetAPIRequest 查询商信息 API请求 taobao.fivee.company.get
资质共享平台查询商信息
func NewTaobaofiveecompanygetRequest ¶ added in v1.3.1
func NewTaobaofiveecompanygetRequest() *TaobaofiveecompanygetAPIRequest
NewTaobaofiveecompanygetRequest 初始化TaobaofiveecompanygetAPIRequest对象
func (TaobaofiveecompanygetAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TaobaofiveecompanygetAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaofiveecompanygetAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TaobaofiveecompanygetAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaofiveecompanygetAPIRequest) GetParamBucode ¶ added in v1.3.1
func (r TaobaofiveecompanygetAPIRequest) GetParamBucode() string
GetParamBucode ParamBucode Getter
func (TaobaofiveecompanygetAPIRequest) GetParamUniqueCode ¶ added in v1.3.1
func (r TaobaofiveecompanygetAPIRequest) GetParamUniqueCode() string
GetParamUniqueCode ParamUniqueCode Getter
func (TaobaofiveecompanygetAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TaobaofiveecompanygetAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaofiveecompanygetAPIRequest) SetParamBucode ¶ added in v1.3.1
func (r *TaobaofiveecompanygetAPIRequest) SetParamBucode(_paramBucode string) error
SetParamBucode is ParamBucode Setter bu身份标识
func (*TaobaofiveecompanygetAPIRequest) SetParamUniqueCode ¶ added in v1.3.1
func (r *TaobaofiveecompanygetAPIRequest) SetParamUniqueCode(_paramUniqueCode string) error
SetParamUniqueCode is ParamUniqueCode Setter 统一社会信息用代码
type TaobaofiveecompanygetAPIResponse ¶ added in v1.3.1
type TaobaofiveecompanygetAPIResponse struct { model.CommonResponse TaobaofiveecompanygetAPIResponseModel }
TaobaofiveecompanygetAPIResponse 查询商信息 API返回值 taobao.fivee.company.get
资质共享平台查询商信息
type TaobaofiveecompanygetAPIResponseModel ¶ added in v1.3.1
type TaobaofiveecompanygetAPIResponseModel struct { XMLName xml.Name `xml:"fivee_company_get_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 接口返回model Result *TaobaofiveecompanygetResult `json:"result,omitempty" xml:"result,omitempty"` }
TaobaofiveecompanygetAPIResponseModel is 查询商信息 成功返回结果
type TaobaofiveecompanygetResult ¶ added in v1.3.1
type TaobaofiveecompanygetResult struct { // message Message string `json:"message,omitempty" xml:"message,omitempty"` // code Code int64 `json:"code,omitempty" xml:"code,omitempty"` // 返回素材id Data *Company `json:"data,omitempty" xml:"data,omitempty"` // 是否成功 Success bool `json:"success,omitempty" xml:"success,omitempty"` }
TaobaofiveecompanygetResult 结构体
type TaobaofiveecompanyuploadAPIRequest ¶ added in v1.3.1
type TaobaofiveecompanyuploadAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaofiveecompanyuploadAPIRequest 上传商信息接口 API请求 taobao.fivee.company.upload
资质共享平台上传资质证照
func NewTaobaofiveecompanyuploadRequest ¶ added in v1.3.1
func NewTaobaofiveecompanyuploadRequest() *TaobaofiveecompanyuploadAPIRequest
NewTaobaofiveecompanyuploadRequest 初始化TaobaofiveecompanyuploadAPIRequest对象
func (TaobaofiveecompanyuploadAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TaobaofiveecompanyuploadAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaofiveecompanyuploadAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TaobaofiveecompanyuploadAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaofiveecompanyuploadAPIRequest) GetParamBucode ¶ added in v1.3.1
func (r TaobaofiveecompanyuploadAPIRequest) GetParamBucode() string
GetParamBucode ParamBucode Getter
func (TaobaofiveecompanyuploadAPIRequest) GetParamCompany ¶ added in v1.3.1
func (r TaobaofiveecompanyuploadAPIRequest) GetParamCompany() *Company
GetParamCompany ParamCompany Getter
func (TaobaofiveecompanyuploadAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TaobaofiveecompanyuploadAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaofiveecompanyuploadAPIRequest) SetParamBucode ¶ added in v1.3.1
func (r *TaobaofiveecompanyuploadAPIRequest) SetParamBucode(_paramBucode string) error
SetParamBucode is ParamBucode Setter bu身份标识
func (*TaobaofiveecompanyuploadAPIRequest) SetParamCompany ¶ added in v1.3.1
func (r *TaobaofiveecompanyuploadAPIRequest) SetParamCompany(_paramCompany *Company) error
SetParamCompany is ParamCompany Setter 商家证照信息
type TaobaofiveecompanyuploadAPIResponse ¶ added in v1.3.1
type TaobaofiveecompanyuploadAPIResponse struct { model.CommonResponse TaobaofiveecompanyuploadAPIResponseModel }
TaobaofiveecompanyuploadAPIResponse 上传商信息接口 API返回值 taobao.fivee.company.upload
资质共享平台上传资质证照
type TaobaofiveecompanyuploadAPIResponseModel ¶ added in v1.3.1
type TaobaofiveecompanyuploadAPIResponseModel struct { XMLName xml.Name `xml:"fivee_company_upload_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 返回素材id Data string `json:"data,omitempty" xml:"data,omitempty"` // message Message string `json:"message,omitempty" xml:"message,omitempty"` // code CodeT int64 `json:"code_t,omitempty" xml:"code_t,omitempty"` // 是否成功 SuccessT bool `json:"success_t,omitempty" xml:"success_t,omitempty"` }
TaobaofiveecompanyuploadAPIResponseModel is 上传商信息接口 成功返回结果
type TaobaofiveeimportproductgetAPIRequest ¶ added in v1.3.1
type TaobaofiveeimportproductgetAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaofiveeimportproductgetAPIRequest 进口商品查询 API请求 taobao.fivee.importproduct.get
资质共享平台查询进口商品信息
func NewTaobaofiveeimportproductgetRequest ¶ added in v1.3.1
func NewTaobaofiveeimportproductgetRequest() *TaobaofiveeimportproductgetAPIRequest
NewTaobaofiveeimportproductgetRequest 初始化TaobaofiveeimportproductgetAPIRequest对象
func (TaobaofiveeimportproductgetAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TaobaofiveeimportproductgetAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaofiveeimportproductgetAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TaobaofiveeimportproductgetAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaofiveeimportproductgetAPIRequest) GetParamBarcode ¶ added in v1.3.1
func (r TaobaofiveeimportproductgetAPIRequest) GetParamBarcode() string
GetParamBarcode ParamBarcode Getter
func (TaobaofiveeimportproductgetAPIRequest) GetParamBuCode ¶ added in v1.3.1
func (r TaobaofiveeimportproductgetAPIRequest) GetParamBuCode() string
GetParamBuCode ParamBuCode Getter
func (TaobaofiveeimportproductgetAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TaobaofiveeimportproductgetAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaofiveeimportproductgetAPIRequest) SetParamBarcode ¶ added in v1.3.1
func (r *TaobaofiveeimportproductgetAPIRequest) SetParamBarcode(_paramBarcode string) error
SetParamBarcode is ParamBarcode Setter 条形码
func (*TaobaofiveeimportproductgetAPIRequest) SetParamBuCode ¶ added in v1.3.1
func (r *TaobaofiveeimportproductgetAPIRequest) SetParamBuCode(_paramBuCode string) error
SetParamBuCode is ParamBuCode Setter bu身份标识
type TaobaofiveeimportproductgetAPIResponse ¶ added in v1.3.1
type TaobaofiveeimportproductgetAPIResponse struct { model.CommonResponse TaobaofiveeimportproductgetAPIResponseModel }
TaobaofiveeimportproductgetAPIResponse 进口商品查询 API返回值 taobao.fivee.importproduct.get
资质共享平台查询进口商品信息
type TaobaofiveeimportproductgetAPIResponseModel ¶ added in v1.3.1
type TaobaofiveeimportproductgetAPIResponseModel struct { XMLName xml.Name `xml:"fivee_importproduct_get_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 接口返回model Result *TaobaofiveeimportproductgetResult `json:"result,omitempty" xml:"result,omitempty"` }
TaobaofiveeimportproductgetAPIResponseModel is 进口商品查询 成功返回结果
type TaobaofiveeimportproductgetResult ¶ added in v1.3.1
type TaobaofiveeimportproductgetResult struct { // message Message string `json:"message,omitempty" xml:"message,omitempty"` // code Code int64 `json:"code,omitempty" xml:"code,omitempty"` // 返回素材id Data *ImportProduct `json:"data,omitempty" xml:"data,omitempty"` // 是否成功 Success bool `json:"success,omitempty" xml:"success,omitempty"` }
TaobaofiveeimportproductgetResult 结构体
type TaobaofiveeimportproductpublishAPIRequest ¶ added in v1.3.1
type TaobaofiveeimportproductpublishAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaofiveeimportproductpublishAPIRequest 进口商品发布 API请求 taobao.fivee.importproduct.publish
直营业务商家入住发布商品时,上传商品及商家证照信息
func NewTaobaofiveeimportproductpublishRequest ¶ added in v1.3.1
func NewTaobaofiveeimportproductpublishRequest() *TaobaofiveeimportproductpublishAPIRequest
NewTaobaofiveeimportproductpublishRequest 初始化TaobaofiveeimportproductpublishAPIRequest对象
func (TaobaofiveeimportproductpublishAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TaobaofiveeimportproductpublishAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaofiveeimportproductpublishAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TaobaofiveeimportproductpublishAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaofiveeimportproductpublishAPIRequest) GetImportProduct ¶ added in v1.3.1
func (r TaobaofiveeimportproductpublishAPIRequest) GetImportProduct() *ImportProduct
GetImportProduct ImportProduct Getter
func (TaobaofiveeimportproductpublishAPIRequest) GetParamBucode ¶ added in v1.3.1
func (r TaobaofiveeimportproductpublishAPIRequest) GetParamBucode() string
GetParamBucode ParamBucode Getter
func (TaobaofiveeimportproductpublishAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TaobaofiveeimportproductpublishAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaofiveeimportproductpublishAPIRequest) SetImportProduct ¶ added in v1.3.1
func (r *TaobaofiveeimportproductpublishAPIRequest) SetImportProduct(_importProduct *ImportProduct) error
SetImportProduct is ImportProduct Setter 进口商品
func (*TaobaofiveeimportproductpublishAPIRequest) SetParamBucode ¶ added in v1.3.1
func (r *TaobaofiveeimportproductpublishAPIRequest) SetParamBucode(_paramBucode string) error
SetParamBucode is ParamBucode Setter bu身份标识
type TaobaofiveeimportproductpublishAPIResponse ¶ added in v1.3.1
type TaobaofiveeimportproductpublishAPIResponse struct { model.CommonResponse TaobaofiveeimportproductpublishAPIResponseModel }
TaobaofiveeimportproductpublishAPIResponse 进口商品发布 API返回值 taobao.fivee.importproduct.publish
直营业务商家入住发布商品时,上传商品及商家证照信息
type TaobaofiveeimportproductpublishAPIResponseModel ¶ added in v1.3.1
type TaobaofiveeimportproductpublishAPIResponseModel struct { XMLName xml.Name `xml:"fivee_importproduct_publish_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 返回素材id Data string `json:"data,omitempty" xml:"data,omitempty"` // message Message string `json:"message,omitempty" xml:"message,omitempty"` // code CodeT int64 `json:"code_t,omitempty" xml:"code_t,omitempty"` // 是否成功 SuccessT bool `json:"success_t,omitempty" xml:"success_t,omitempty"` }
TaobaofiveeimportproductpublishAPIResponseModel is 进口商品发布 成功返回结果
type TaobaofiveeinnerproductgetAPIRequest ¶ added in v1.3.1
type TaobaofiveeinnerproductgetAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaofiveeinnerproductgetAPIRequest 国产商品资质查询 API请求 taobao.fivee.innerproduct.get
资质共享平台,国产商品查询
func NewTaobaofiveeinnerproductgetRequest ¶ added in v1.3.1
func NewTaobaofiveeinnerproductgetRequest() *TaobaofiveeinnerproductgetAPIRequest
NewTaobaofiveeinnerproductgetRequest 初始化TaobaofiveeinnerproductgetAPIRequest对象
func (TaobaofiveeinnerproductgetAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TaobaofiveeinnerproductgetAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaofiveeinnerproductgetAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TaobaofiveeinnerproductgetAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaofiveeinnerproductgetAPIRequest) GetParamBarcode ¶ added in v1.3.1
func (r TaobaofiveeinnerproductgetAPIRequest) GetParamBarcode() string
GetParamBarcode ParamBarcode Getter
func (TaobaofiveeinnerproductgetAPIRequest) GetParamBucode ¶ added in v1.3.1
func (r TaobaofiveeinnerproductgetAPIRequest) GetParamBucode() string
GetParamBucode ParamBucode Getter
func (TaobaofiveeinnerproductgetAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TaobaofiveeinnerproductgetAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaofiveeinnerproductgetAPIRequest) SetParamBarcode ¶ added in v1.3.1
func (r *TaobaofiveeinnerproductgetAPIRequest) SetParamBarcode(_paramBarcode string) error
SetParamBarcode is ParamBarcode Setter 条形码
func (*TaobaofiveeinnerproductgetAPIRequest) SetParamBucode ¶ added in v1.3.1
func (r *TaobaofiveeinnerproductgetAPIRequest) SetParamBucode(_paramBucode string) error
SetParamBucode is ParamBucode Setter bu身份标识
type TaobaofiveeinnerproductgetAPIResponse ¶ added in v1.3.1
type TaobaofiveeinnerproductgetAPIResponse struct { model.CommonResponse TaobaofiveeinnerproductgetAPIResponseModel }
TaobaofiveeinnerproductgetAPIResponse 国产商品资质查询 API返回值 taobao.fivee.innerproduct.get
资质共享平台,国产商品查询
type TaobaofiveeinnerproductgetAPIResponseModel ¶ added in v1.3.1
type TaobaofiveeinnerproductgetAPIResponseModel struct { XMLName xml.Name `xml:"fivee_innerproduct_get_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 接口返回model Result *TaobaofiveeinnerproductgetResult `json:"result,omitempty" xml:"result,omitempty"` }
TaobaofiveeinnerproductgetAPIResponseModel is 国产商品资质查询 成功返回结果
type TaobaofiveeinnerproductgetResult ¶ added in v1.3.1
type TaobaofiveeinnerproductgetResult struct { // message Message string `json:"message,omitempty" xml:"message,omitempty"` // code Code int64 `json:"code,omitempty" xml:"code,omitempty"` // 返回素材id Data *InnerProduct `json:"data,omitempty" xml:"data,omitempty"` // 是否成功 Success bool `json:"success,omitempty" xml:"success,omitempty"` }
TaobaofiveeinnerproductgetResult 结构体
type TaobaofiveeinnerproductpublishAPIRequest ¶ added in v1.3.1
type TaobaofiveeinnerproductpublishAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaofiveeinnerproductpublishAPIRequest 国产商品发布 API请求 taobao.fivee.innerproduct.publish
资质共享平台国产商品发布
func NewTaobaofiveeinnerproductpublishRequest ¶ added in v1.3.1
func NewTaobaofiveeinnerproductpublishRequest() *TaobaofiveeinnerproductpublishAPIRequest
NewTaobaofiveeinnerproductpublishRequest 初始化TaobaofiveeinnerproductpublishAPIRequest对象
func (TaobaofiveeinnerproductpublishAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TaobaofiveeinnerproductpublishAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaofiveeinnerproductpublishAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TaobaofiveeinnerproductpublishAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaofiveeinnerproductpublishAPIRequest) GetParamBucode ¶ added in v1.3.1
func (r TaobaofiveeinnerproductpublishAPIRequest) GetParamBucode() string
GetParamBucode ParamBucode Getter
func (TaobaofiveeinnerproductpublishAPIRequest) GetParamInnerProduct ¶ added in v1.3.1
func (r TaobaofiveeinnerproductpublishAPIRequest) GetParamInnerProduct() *InnerProduct
GetParamInnerProduct ParamInnerProduct Getter
func (TaobaofiveeinnerproductpublishAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TaobaofiveeinnerproductpublishAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaofiveeinnerproductpublishAPIRequest) SetParamBucode ¶ added in v1.3.1
func (r *TaobaofiveeinnerproductpublishAPIRequest) SetParamBucode(_paramBucode string) error
SetParamBucode is ParamBucode Setter bu身份标识
func (*TaobaofiveeinnerproductpublishAPIRequest) SetParamInnerProduct ¶ added in v1.3.1
func (r *TaobaofiveeinnerproductpublishAPIRequest) SetParamInnerProduct(_paramInnerProduct *InnerProduct) error
SetParamInnerProduct is ParamInnerProduct Setter 国产商品
type TaobaofiveeinnerproductpublishAPIResponse ¶ added in v1.3.1
type TaobaofiveeinnerproductpublishAPIResponse struct { model.CommonResponse TaobaofiveeinnerproductpublishAPIResponseModel }
TaobaofiveeinnerproductpublishAPIResponse 国产商品发布 API返回值 taobao.fivee.innerproduct.publish
资质共享平台国产商品发布
type TaobaofiveeinnerproductpublishAPIResponseModel ¶ added in v1.3.1
type TaobaofiveeinnerproductpublishAPIResponseModel struct { XMLName xml.Name `xml:"fivee_innerproduct_publish_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 返回素材id Data string `json:"data,omitempty" xml:"data,omitempty"` // message Message string `json:"message,omitempty" xml:"message,omitempty"` // code CodeT int64 `json:"code_t,omitempty" xml:"code_t,omitempty"` // 是否成功 SuccessT bool `json:"success_t,omitempty" xml:"success_t,omitempty"` }
TaobaofiveeinnerproductpublishAPIResponseModel is 国产商品发布 成功返回结果
Source Files ¶
- BatchProduct.go
- Company.go
- ImportProduct.go
- InnerProduct.go
- Licence.go
- SanitationCertificate.go
- TaobaoFiveeCompanyGetAPIRequest.go
- TaobaoFiveeCompanyGetAPIResponse.go
- TaobaoFiveeCompanyGetResult.go
- TaobaoFiveeCompanyUploadAPIRequest.go
- TaobaoFiveeCompanyUploadAPIResponse.go
- TaobaoFiveeImportproductGetAPIRequest.go
- TaobaoFiveeImportproductGetAPIResponse.go
- TaobaoFiveeImportproductGetResult.go
- TaobaoFiveeImportproductPublishAPIRequest.go
- TaobaoFiveeImportproductPublishAPIResponse.go
- TaobaoFiveeInnerproductGetAPIRequest.go
- TaobaoFiveeInnerproductGetAPIResponse.go
- TaobaoFiveeInnerproductGetResult.go
- TaobaoFiveeInnerproductPublishAPIRequest.go
- TaobaoFiveeInnerproductPublishAPIResponse.go
- doc.go