- GetOrderSkuInfo返回RealEarningPrice代表单品实际结给商家的钱
This commit is contained in:
@@ -35,8 +35,9 @@ type GoodsOrderExt struct {
|
||||
|
||||
type OrderSkuExt struct {
|
||||
OrderSku
|
||||
FullSkuName string `json:"fullSkuName"`
|
||||
Image string `json:"image"`
|
||||
FullSkuName string `json:"fullSkuName"`
|
||||
Image string `json:"image"`
|
||||
RealEarningPrice int64 `json:"realEarningPrice"` // 实际单品结算给门店老板钱
|
||||
}
|
||||
|
||||
type GoodsOrderCountInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user