正在显示
1 个修改的文件
包含
2 行增加
和
4 行删除
| 1 | package command | 1 | package command |
| 2 | 2 | ||
| 3 | -import "time" | ||
| 4 | - | ||
| 5 | //接收海鲜干货的订单 | 3 | //接收海鲜干货的订单 |
| 6 | type CreateOrderFromBestshop struct { | 4 | type CreateOrderFromBestshop struct { |
| 7 | //订单编号 | 5 | //订单编号 |
| @@ -28,8 +26,8 @@ type CreateOrderFromBestshop struct { | @@ -28,8 +26,8 @@ type CreateOrderFromBestshop struct { | ||
| 28 | //d订单总额 | 26 | //d订单总额 |
| 29 | OrderAmount float64 `json:"orderAmount"` | 27 | OrderAmount float64 `json:"orderAmount"` |
| 30 | //发货时间 | 28 | //发货时间 |
| 31 | - DeliveryTime time.Time `json:"deliveryTime"` | ||
| 32 | - PartnerId int64 `json:"partnerId"` | 29 | + DeliveryTime string `json:"deliveryTime"` |
| 30 | + PartnerId int64 `json:"partnerId"` | ||
| 33 | Goods []struct { | 31 | Goods []struct { |
| 34 | //货品编号 | 32 | //货品编号 |
| 35 | Sn string `json:"sn"` | 33 | Sn string `json:"sn"` |
-
请 注册 或 登录 后发表评论