This commit is contained in:
苏尹岚
2020-12-21 10:54:36 +08:00
parent 77a4dbbfa3
commit 8e2a385dea

View File

@@ -21,7 +21,7 @@ type WayBillInfo struct {
PushTime int64 `json:"push_time"`
CarrierDriverName string `json:"carrier_driver_name"`
CarrierDriverPhone string `json:"carrier_driver_phone"`
OpenOrderCode string `json:"open_order_code"`
OpenOrderCode int64 `json:"open_order_code"`
PlatformCode string `json:"platform_code"`
ErrorScene string `json:"error_scene"`
Description string `json:"description"`