提交 c8b7d058 authored 作者: zhanglibo's avatar zhanglibo

淘特

上级 f724dbe7
master featrue/ikucun featrue/suning featrue/wandian featrue/yonghui jst v0.8.60 v0.8.59 v0.8.58 v0.8.57 v0.8.56 v0.8.55 v0.8.54 v0.8.53 v0.8.52 v0.8.51 v0.8.50 v0.8.49 v0.8.48 v0.8.47 v0.8.46 v0.8.45 v0.8.44 v0.8.43 v0.8.42 v0.8.41 v0.8.40 v0.8.39 v0.8.38 v0.8.37 v0.8.36 v0.8.35 v0.8.34 v0.8.33 v0.8.32 v0.8.31 v0.8.30 v0.8.29 v0.8.28 v0.8.27 v0.8.26 v0.8.25 v0.8.24 v0.8.23 v0.8.22 v0.8.21 v0.8.20 v0.8.19 v0.8.18 v0.8.15 v0.8.14 v0.8.13 v0.8.12 v0.8.11 v0.8.10 v0.8.9 v0.8.8 v0.8.7 v0.8.6 v0.8.5 v0.8.4 v0.8.3 v0.8.2 v0.8.1 v0.8.0 v0.7.41 v0.7.40 v0.7.39 v0.7.38 v0.7.37 v0.7.36 v0.7.35 v0.7.34 v0.7.33 v0.7.32 v0.7.31 v0.7.30 v0.7.29 v0.7.28 v0.7.27 v0.7.26 v0.7.24 v0.7.23 v0.7.22 v0.7.21 v0.7.20 v0.7.19 v0.7.18 v0.7.17 v0.7.16 v0.7.15 v0.7.14 v0.7.13 v0.7.12 v0.7.10 v0.7.8 v0.7.7 v0.7.5 v0.7.4 v0.7.3 v0.7.0 v0.6.93 v0.6.92 v0.6.91 v0.6.88 v0.6.87 v0.6.86 v0.6.84 v0.6.83 v0.6.82 v0.6.81 v0.6.80 v0.6.74 v0.6.73 v0.6.72 v0.6.71 v0.6.70 v0.6.69 v0.6.68 v0.6.67 v0.6.66 v0.6.65 v0.6.64 v0.6.63 v0.6.62 v0.6.61 v0.6.60 v0.6.59 v0.6.58 v0.6.56 v0.6.54 v0.6.52 v0.6.51 v0.6.50 v0.6.48 v0.6.46 v0.6.45 v0.6.44 v0.6.43 v0.6.42 v0.6.41 v0.6.40 v0.6.39 v0.6.38 v0.6.37 v0.6.36 v0.6.35 v0.6.34 v0.6.33 v0.6.32 v0.6.31 v0.6.30 v0.6.29 v0.6.28 v0.6.27 v0.6.26 v0.6.25 v0.6.24 v0.6.23 v0.6.22 v0.6.21 v0.6.20 v0.6.19 v0.6.18 v0.6.17 v0.6.16 v0.6.15 v0.6.14 v0.6.13 v0.6.12 v0.6.11 v0.5.30 v0.5.26 v0.5.25 v0.5.24 v0.5.23 v0.5.21 v0.5.17 v0.5.16 v0.5.15 v0.5.14 v0.5.12 v0.5.11 v0.5.10 v0.5.9 v0.5.8 v0.5.7
无相关合并请求
...@@ -45,13 +45,32 @@ type OrderBeforeRes struct { ...@@ -45,13 +45,32 @@ type OrderBeforeRes struct {
ExtensionResp struct { ExtensionResp struct {
TradeId string `json:"tradeId"` TradeId string `json:"tradeId"`
} `json:"extensionResp"` } `json:"extensionResp"`
InvalidOrderGroups []interface{} `json:"invalidOrderGroups"` InvalidOrderGroups []struct {
OriginPriceFee int `json:"originPriceFee"` Image string `json:"image"`
PriceFee int `json:"priceFee"` OrderLineRenders []struct {
PromotionResp OrderPromotion `json:"promotionResp"` ErrorMessage struct {
Quantity int `json:"quantity"` ErrorCode string `json:"errorCode"`
RealPayPrice int `json:"realPayPrice"` ErrorMsg string `json:"errorMsg"`
ReceiveMethodInfo struct { } `json:"errorMessage"`
ItemInfo struct {
ItemId string `json:"itemId"`
SkuId string `json:"skuId"`
} `json:"itemInfo"`
ItemPayPrice int `json:"itemPayPrice"`
OrderLineId int64 `json:"orderLineId"`
Quantity int `json:"quantity"`
} `json:"orderLineRenders"`
OrderPayPrice int `json:"orderPayPrice"`
Quantity int `json:"quantity"`
SellerToken string `json:"sellerToken"`
Title string `json:"title"`
} `json:"invalidOrderGroups"`
OriginPriceFee int `json:"originPriceFee"`
PriceFee int `json:"priceFee"`
PromotionResp OrderPromotion `json:"promotionResp"`
Quantity int `json:"quantity"`
RealPayPrice int `json:"realPayPrice"`
ReceiveMethodInfo struct {
DeliveryAddressId int `json:"deliveryAddressId"` DeliveryAddressId int `json:"deliveryAddressId"`
Options []interface{} `json:"options"` Options []interface{} `json:"options"`
} `json:"receiveMethodInfo"` } `json:"receiveMethodInfo"`
...@@ -66,13 +85,17 @@ type OrderBeforeRes struct { ...@@ -66,13 +85,17 @@ type OrderBeforeRes struct {
} `json:"deliveryMethodInfo"` } `json:"deliveryMethodInfo"`
Image string `json:"image"` Image string `json:"image"`
OrderLineRenders []struct { OrderLineRenders []struct {
ErrorMessage struct {
ErrorCode string `json:"errorCode"`
ErrorMsg string `json:"errorMsg"`
}
ItemInfo struct { ItemInfo struct {
ItemId string `json:"itemId"` ItemId string `json:"itemId"`
SkuId string `json:"skuId"` SkuId string `json:"skuId"`
} `json:"itemInfo"` } `json:"itemInfo"`
ItemPayPrice int `json:"itemPayPrice"` ItemPayPrice int `json:"itemPayPrice"`
OrderLineId string `json:"orderLineId"` OrderLineId int64 `json:"orderLineId"`
Quantity int `json:"quantity"` Quantity int `json:"quantity"`
} `json:"orderLineRenders"` } `json:"orderLineRenders"`
OrderPayPrice int `json:"orderPayPrice"` OrderPayPrice int `json:"orderPayPrice"`
Quantity int `json:"quantity"` Quantity int `json:"quantity"`
...@@ -98,7 +121,7 @@ type OrderPromotion struct { ...@@ -98,7 +121,7 @@ type OrderPromotion struct {
HasPromotion bool `json:"hasPromotion"` HasPromotion bool `json:"hasPromotion"`
IdValues []interface { IdValues []interface {
} `json:"idValues"` } `json:"idValues"`
OrderLineId string `json:"orderLineId"` OrderLineId int64 `json:"orderLineId"`
PromotionPriceMap struct { PromotionPriceMap struct {
LtaoMonthPkCard int `json:"ltaoMonthPkCard"` LtaoMonthPkCard int `json:"ltaoMonthPkCard"`
} `json:"promotionPriceMap"` } `json:"promotionPriceMap"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论