diff --git a/library.go b/library.go index 946eefd2..879e0125 100644 --- a/library.go +++ b/library.go @@ -1,5 +1,5 @@ package go_library func Version() string { - return "1.0.121" + return "1.0.122" } diff --git a/service/wikeyun/rest.power.query.go b/service/wikeyun/rest.power.query.go index 33e032ae..01b56c96 100644 --- a/service/wikeyun/rest.power.query.go +++ b/service/wikeyun/rest.power.query.go @@ -13,7 +13,7 @@ type RestPowerQueryResponse struct { Data struct { Id uint `json:"id,omitempty"` Fanli string `json:"fanli"` // 平台返利金额 - Amount string `json:"amount"` // 充值金额 + Amount int64 `json:"amount"` // 充值金额 CostPrice string `json:"cost_price"` // 成本价格 Status int `json:"status"` // 订单状态 0 待支付 1 已付 充值中 2充值成功 3充值失败 需要退款 4退款成功 5已超时 6待充值 7 已匹配 8已存单 9 已取消 10返销 11部分到账 12取消中 OrderNumber string `json:"order_number"` // 平台单号 diff --git a/service/wikeyun/rest.recharge.query.go b/service/wikeyun/rest.recharge.query.go index 07b7afda..5a169731 100644 --- a/service/wikeyun/rest.recharge.query.go +++ b/service/wikeyun/rest.recharge.query.go @@ -11,7 +11,7 @@ type RestRechargeQueryResponse struct { Data struct { Id int `json:"id,omitempty"` Fanli string `json:"fanli"` // 平台返利金额 - Amount string `json:"amount"` // 充值金额 + Amount int64 `json:"amount"` // 充值金额 CostPrice string `json:"cost_price"` // 充值成本价格 Status int `json:"status"` // 订单状态 0 待支付 1 已付 充值中 2充值成功 3充值失败 需要退款 4退款成功 5已超时 6待充值 7 已匹配 8已存单 9 已取消 10返销 11部分到账 12取消中 OrderNumber string `json:"order_number"` // 平台订单号