商品详情增加

This commit is contained in:
苏尹岚
2020-05-13 10:53:48 +08:00
parent 7fcb6e536e
commit 6e4ee33091
2 changed files with 5 additions and 5 deletions

View File

@@ -297,8 +297,8 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
CategoryID: int(storeSku.VendorVendorCatID),
BrandID: jdshopapi.JxBrandId,
TransportID: jdshopapi.TransportID,
MobileDesc: " ",
Introduction: " ",
MobileDesc: "因生鲜比较脆弱,发货途中如果有磕碰损坏,请收到联系客服,闪电赔付。请核对好地址,发货后不可修改地址,因改地址导致损坏不能赔付,谢谢理解",
Introduction: "因生鲜比较脆弱,发货途中如果有磕碰损坏,请收到联系客服,闪电赔付。请核对好地址,发货后不可修改地址,因改地址导致损坏不能赔付,谢谢理解",
WareStatus: 8, //上架待审核
OuterID: utils.Int2Str(storeSku.NameID),
VenderID: 0,