1
This commit is contained in:
@@ -447,7 +447,7 @@ type BinInfo struct {
|
|||||||
type AuthenticationInfo struct {
|
type AuthenticationInfo struct {
|
||||||
Version string `json:"version"` // 接口版本号 1.0
|
Version string `json:"version"` // 接口版本号 1.0
|
||||||
OrderNo string `json:"orderNo"` // 14位年月日时(24小时制)分秒+8位的随机数(不重复)如
|
OrderNo string `json:"orderNo"` // 14位年月日时(24小时制)分秒+8位的随机数(不重复)如
|
||||||
OrgCode int `json:"orgCode"` // 机构代码
|
OrgCode string `json:"orgCode"` // 机构代码
|
||||||
MerInnerNo string `json:"merInnerNo"` // 拉卡拉内部商户号
|
MerInnerNo string `json:"merInnerNo"` // 拉卡拉内部商户号
|
||||||
ContactType string `json:"contactType"` // 联系人类型 LEGAL:经营者/法人 SUPER:经办人
|
ContactType string `json:"contactType"` // 联系人类型 LEGAL:经营者/法人 SUPER:经办人
|
||||||
Name string `json:"name"` // 联系人名称
|
Name string `json:"name"` // 联系人名称
|
||||||
|
|||||||
@@ -285,8 +285,6 @@ func (a *API) ProductSetOffline(productId int64) error {
|
|||||||
|
|
||||||
// GetSkuDetail 查询单个商品详情(这个只有抖店平台商品id有效)
|
// GetSkuDetail 查询单个商品详情(这个只有抖店平台商品id有效)
|
||||||
func (a *API) GetSkuDetail(productId, outProductId string) (*product_detail_response.ProductDetailData, error) {
|
func (a *API) GetSkuDetail(productId, outProductId string) (*product_detail_response.ProductDetailData, error) {
|
||||||
// todo
|
|
||||||
return nil, nil
|
|
||||||
request := product_detail_request.New()
|
request := product_detail_request.New()
|
||||||
param := request.GetParams()
|
param := request.GetParams()
|
||||||
if productId != "" {
|
if productId != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user