- mtwm.OrderInfo.AvgSendTime is float64
This commit is contained in:
@@ -204,7 +204,7 @@ type PoiReceiveDetailInfo struct {
|
|||||||
type OrderInfo struct {
|
type OrderInfo struct {
|
||||||
AppOrderCode string `json:"app_order_code"`
|
AppOrderCode string `json:"app_order_code"`
|
||||||
AppPoiCode string `json:"app_poi_code"`
|
AppPoiCode string `json:"app_poi_code"`
|
||||||
AvgSendTime int `json:"avg_send_time"`
|
AvgSendTime float64 `json:"avg_send_time"`
|
||||||
BackupRecipientPhone string `json:"backup_recipient_phone"`
|
BackupRecipientPhone string `json:"backup_recipient_phone"`
|
||||||
Caution string `json:"caution"`
|
Caution string `json:"caution"`
|
||||||
CityID int `json:"city_id"`
|
CityID int `json:"city_id"`
|
||||||
|
|||||||
Reference in New Issue
Block a user