master v1.0.29
李光春 2 years ago
parent 18be6bd85b
commit 8d7ace368c

@ -10,5 +10,5 @@ const (
const ( const (
LogTable = "wikeyun" LogTable = "wikeyun"
Version = "1.0.28" Version = "1.0.29"
) )

@ -20,6 +20,7 @@ type RestPowerQueryResponse struct {
CostPrice string `json:"cost_price"` CostPrice string `json:"cost_price"`
OrderNumber string `json:"order_number"` OrderNumber string `json:"order_number"`
ArrivedAmount int64 `json:"arrived_amount"` ArrivedAmount int64 `json:"arrived_amount"`
Reason string `json:"reason"`
} `json:"data"` } `json:"data"`
} }

Loading…
Cancel
Save