From 354bbd2049cbd223b4096c96b52b13959b925568 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 8 Nov 2019 13:45:13 +0800 Subject: [PATCH] +weimobapi.OrderDetail.GoodsCode --- platformapi/weimobapi/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/weimobapi/order.go b/platformapi/weimobapi/order.go index 5a16ff92..a5dc532f 100644 --- a/platformapi/weimobapi/order.go +++ b/platformapi/weimobapi/order.go @@ -94,6 +94,7 @@ type OrderDetail struct { CostPrice float64 `json:"costPrice"` GoodsDiscountInfo struct { } `json:"goodsDiscountInfo"` + GoodsCode string `json:"goodsCode"` GoodsID int64 `json:"goodsId"` GoodsSellMode int `json:"goodsSellMode"` GoodsSourceType int `json:"goodsSourceType"`