- more fields for AfsServiceDetail

This commit is contained in:
gazebo
2019-05-09 17:23:22 +08:00
parent a3aad5b126
commit d61e55cabf

View File

@@ -59,9 +59,14 @@ type AfsSkuDiscount struct {
}
type AfsServiceDetail struct {
SkuIDIsv string `json:"skuIdIsv"`
WareName string `json:"wareName"`
WareNum int `json:"wareNum"`
SkuIDIsv string `json:"skuIdIsv"`
WareID int64 `json:"wareId"`
WareName string `json:"wareName"`
WareNum int `json:"wareNum"`
AfsMoney int64 `json:"afsMoney"`
PlatPayMoney int64 `json:"platPayMoney"`
AfsSkuDiscountList []*AfsSkuDiscount `json:"afsSkuDiscountList"`
}
@@ -70,6 +75,7 @@ type AfsServiceResponse struct {
AfsServiceOrder string `json:"afsServiceOrder"`
AfsServiceState int `json:"afsServiceState"`
CreateTime *utils.JavaDate `json:"createTime"`
UpdateTime *utils.JavaDate `json:"updateTime"`
CustomerMobilePhone string `json:"customerMobilePhone"`
CustomerName string `json:"customerName"`
OrderID string `json:"orderId"`
@@ -78,6 +84,12 @@ type AfsServiceResponse struct {
OrderType int `json:"orderType"`
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"`
QuestionPic string `json:"questionPic"`
QuestionTypeCid int `json:"questionTypeCid"`