This commit is contained in:
邹宗楠
2025-07-29 18:24:09 +08:00
parent 7a42973d22
commit 6b5d920675
2 changed files with 1 additions and 3 deletions

View File

@@ -447,7 +447,7 @@ type BinInfo struct {
type AuthenticationInfo struct {
Version string `json:"version"` // 接口版本号 1.0
OrderNo string `json:"orderNo"` // 14位年月日时24小时制分秒+8位的随机数不重复
OrgCode int `json:"orgCode"` // 机构代码
OrgCode string `json:"orgCode"` // 机构代码
MerInnerNo string `json:"merInnerNo"` // 拉卡拉内部商户号
ContactType string `json:"contactType"` // 联系人类型 LEGAL经营者/法人 SUPER经办人
Name string `json:"name"` // 联系人名称

View File

@@ -285,8 +285,6 @@ func (a *API) ProductSetOffline(productId int64) error {
// GetSkuDetail 查询单个商品详情(这个只有抖店平台商品id有效)
func (a *API) GetSkuDetail(productId, outProductId string) (*product_detail_response.ProductDetailData, error) {
// todo
return nil, nil
request := product_detail_request.New()
param := request.GetParams()
if productId != "" {