京东订单

This commit is contained in:
苏尹岚
2020-07-27 12:07:12 +08:00
parent 39a9ac2950
commit 2d725a7e3a
3 changed files with 13 additions and 5 deletions

View File

@@ -659,7 +659,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
}
attrBzq := &jdshopapi.CreateSkuParamAttrs{
AttrID: utils.Int2Str(attrIDs["保质期"]),
AttrValues: []string{"5"},
AttrValues: []string{"5"},
}
attrsProp = append(attrsProp, attrZctj)
attrsProp = append(attrsProp, attrJhl)