1
This commit is contained in:
@@ -120,6 +120,16 @@ func (a *API) GetCatePropertyV2(categoryLeftId int64) (*product_getCatePropertyV
|
||||
|
||||
// CreateStoreCommodity (新增总部商品)
|
||||
func (a *API) CreateStoreCommodity(skuParam *product_addV2_request.ProductAddV2Param) (*product_addV2_response.ProductAddV2Data, error) {
|
||||
skuParam.AfterSaleServiceV2 = &product_addV2_request.AfterSaleServiceV2{
|
||||
ThreeGuarantees: struct {
|
||||
Duration int64 `json:"duration"`
|
||||
ServiceType int64 `json:"service_type"`
|
||||
}{
|
||||
Duration: 7,
|
||||
ServiceType: 1,
|
||||
},
|
||||
IsLargeProduct: 0,
|
||||
}
|
||||
qualityList := make([]product_addV2_request.QualityListItem, 0, 0)
|
||||
switch a.accessTokenObj.ShopId {
|
||||
case TiktokFloderKeyVegetableKey: // 京西速食
|
||||
|
||||
Reference in New Issue
Block a user