京东商品属性修改
This commit is contained in:
@@ -118,6 +118,7 @@ func result2Orders(result *jdshopapi.AllOrdersResult) (orders []*model.GoodsOrde
|
||||
BuyerComment: jdsOrder.UserRemark,
|
||||
// PickDeadline: utils.DefaultTimeValue,
|
||||
OriginalData: string(utils.MustMarshal(jdsOrder)),
|
||||
StoreName: jdsOrder.StoreName,
|
||||
}
|
||||
orders = append(orders, order)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user