This commit is contained in:
邹宗楠
2022-11-09 18:58:41 +08:00
parent 8a273752c3
commit 47582fa5bc
2 changed files with 2 additions and 1 deletions

View File

@@ -195,7 +195,7 @@ type ProductEditV2Param struct {
// 充值模式
NeedRechargeMode bool `json:"need_recharge_mode"`
// 多账号模板
AccountTemplateId string `json:"account_template_id"`
//AccountTemplateId string `json:"account_template_id"`
// 全款预售和sku预售时传递其他不传 0 预售结束后发货 1支付完成后发货
PresellDeliveryType int64 `json:"presell_delivery_type"`
// 白底图url(仅素材中心url有效)

View File

@@ -155,6 +155,7 @@ func (a *API) EditStoreCommodity(sku *product_editV2_request.ProductEditV2Param)
result, err := request.Execute(a.accessTokenObj)
globals.SugarLogger.Debugf("编辑门店=========:%s", request.GetUrlPath())
globals.SugarLogger.Debugf("编辑门店============%s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("编辑门店参数============%s", utils.Format4Output(sku, false))
if err != nil {
return err
}