diff --git a/const.go b/const.go index 8ce6782..3d63542 100644 --- a/const.go +++ b/const.go @@ -10,5 +10,5 @@ const ( const ( LogTable = "wikeyun" - Version = "1.0.28" + Version = "1.0.29" ) diff --git a/rest.power.query.go b/rest.power.query.go index 7444da9..989cee4 100644 --- a/rest.power.query.go +++ b/rest.power.query.go @@ -20,6 +20,7 @@ type RestPowerQueryResponse struct { CostPrice string `json:"cost_price"` OrderNumber string `json:"order_number"` ArrivedAmount int64 `json:"arrived_amount"` + Reason string `json:"reason"` } `json:"data"` }