京东商城创建商品测试

This commit is contained in:
苏尹岚
2020-05-13 11:25:45 +08:00
parent a7e4eae799
commit a99626e600
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
package jdshop
import (
"fmt"
"regexp"
"time"
@@ -400,7 +399,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
for _, v := range storeSku.StoreSkuSyncInfoJds {
var attrsPropSku []*jdshopapi.CreateSkuParamAttrs
specQuality := utils.Float64ToStr(float64(storeSku.SpecQuality)) + storeSku.SpecUnit
fmt.Println("test2222222222222222222222", utils.Format4Output(storeSku, false))
// fmt.Println("test2222222222222222222222", utils.Format4Output(storeSku, false))
for _, v := range valuesSku {
if v.Name == specQuality {
ggValueID = v.ID