From 8d7ace368c12bd8b88378881541ab0548fbcdf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Wed, 28 Sep 2022 15:51:58 +0800 Subject: [PATCH] - update --- const.go | 2 +- rest.power.query.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"` }