1
This commit is contained in:
@@ -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有效)
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user