- more fields for AfsServiceDetail
This commit is contained in:
@@ -59,9 +59,14 @@ type AfsSkuDiscount struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type AfsServiceDetail struct {
|
type AfsServiceDetail struct {
|
||||||
SkuIDIsv string `json:"skuIdIsv"`
|
SkuIDIsv string `json:"skuIdIsv"`
|
||||||
WareName string `json:"wareName"`
|
WareID int64 `json:"wareId"`
|
||||||
WareNum int `json:"wareNum"`
|
WareName string `json:"wareName"`
|
||||||
|
WareNum int `json:"wareNum"`
|
||||||
|
|
||||||
|
AfsMoney int64 `json:"afsMoney"`
|
||||||
|
PlatPayMoney int64 `json:"platPayMoney"`
|
||||||
|
|
||||||
AfsSkuDiscountList []*AfsSkuDiscount `json:"afsSkuDiscountList"`
|
AfsSkuDiscountList []*AfsSkuDiscount `json:"afsSkuDiscountList"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,6 +75,7 @@ type AfsServiceResponse struct {
|
|||||||
AfsServiceOrder string `json:"afsServiceOrder"`
|
AfsServiceOrder string `json:"afsServiceOrder"`
|
||||||
AfsServiceState int `json:"afsServiceState"`
|
AfsServiceState int `json:"afsServiceState"`
|
||||||
CreateTime *utils.JavaDate `json:"createTime"`
|
CreateTime *utils.JavaDate `json:"createTime"`
|
||||||
|
UpdateTime *utils.JavaDate `json:"updateTime"`
|
||||||
CustomerMobilePhone string `json:"customerMobilePhone"`
|
CustomerMobilePhone string `json:"customerMobilePhone"`
|
||||||
CustomerName string `json:"customerName"`
|
CustomerName string `json:"customerName"`
|
||||||
OrderID string `json:"orderId"`
|
OrderID string `json:"orderId"`
|
||||||
@@ -78,6 +84,12 @@ type AfsServiceResponse struct {
|
|||||||
OrderType int `json:"orderType"`
|
OrderType int `json:"orderType"`
|
||||||
PickwareAddress string `json:"pickwareAddress"`
|
PickwareAddress string `json:"pickwareAddress"`
|
||||||
|
|
||||||
|
OrderFreightMoney int64 `json:"orderFreightMoney"`
|
||||||
|
AfsFreight int64 `json:"afsFreight"`
|
||||||
|
PackagingMoney int64 `json:"packagingMoney"`
|
||||||
|
TongchengFreightMoney int64 `json:"tongchengFreightMoney"`
|
||||||
|
MealBoxMoney int64 `json:"mealBoxMoney"`
|
||||||
|
|
||||||
QuestionDesc string `json:"questionDesc"`
|
QuestionDesc string `json:"questionDesc"`
|
||||||
QuestionPic string `json:"questionPic"`
|
QuestionPic string `json:"questionPic"`
|
||||||
QuestionTypeCid int `json:"questionTypeCid"`
|
QuestionTypeCid int `json:"questionTypeCid"`
|
||||||
|
|||||||
Reference in New Issue
Block a user