This commit is contained in:
邹宗楠
2025-09-04 14:34:37 +08:00
parent ef28818502
commit 9e5e22df41
5 changed files with 63 additions and 37 deletions

View File

@@ -36,8 +36,6 @@ type StoresOrderSaleInfo struct {
PlatformSettlement int64 `json:"platformSettlement"` // 真实订单的平台结算(无扣点)
ActualFee int64 `json:"actualFee"` // 真三方运单配送费
ServerFee int64 `json:"serverFee"` // 附加服务费
FineFee int64 `json:"fineFee"` // 罚款金额
PromotionFee int64 `json:"promotionFee"` // 推广金额
}
type OrderSkuWithActualPayPrice struct {