getOrderInfo字段修改

This commit is contained in:
苏尹岚
2020-01-16 09:17:50 +08:00
parent c052dbe1a3
commit 6ff593ca83
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ type GoodsOrderExt struct {
ShortSkuInfo `json:"-"`
SkuList []*ShortSkuInfo `json:"skuList,omitempty"`
Count int `json:"count"`
ShopPrice int64 `json:"shopPrice"`
ShopSumPrice int64 `json:"shopSumPrice"`
AvgPrice int64 `json:"avgPrice"`
BadCommentCount int `json:"badCommentCount"`
}