修改接口

finance
杨赟 2 years ago
parent 206f3d400b
commit 65be71bb0d

@ -153,6 +153,7 @@ type ReplyOrderSplit struct {
OrderFee decimal.Decimal `json:"orderFee"`
Skus []OrderSplitSkuItem `json:"skus"`
SubOrders []*OrderSubSplit `json:"subOrders"`
Type uint `json:"type"`
}
type OrderSubSplit struct {
OrderSn string `json:"orderSn"`

Loading…
Cancel
Save