From 12617dbaf767dec250b737ffc598816e1dbb18e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E7=BF=A0=E4=B8=BD?= <15812412904> Date: Sat, 19 Apr 2025 17:05:56 +0800 Subject: [PATCH] =?UTF-8?q?feature/=E5=90=88=E5=88=A9=E5=AE=9D=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rabbitmq_pay.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rabbitmq_pay.go b/rabbitmq_pay.go index f297ecc..c20e28d 100644 --- a/rabbitmq_pay.go +++ b/rabbitmq_pay.go @@ -6,3 +6,10 @@ type PayNotify struct { RemainExecNum int `json:"num"` // 剩余执行次数 RemainRepeatNum int `json:"repeat_num"` // 剩余重复执行次数 } + +type HelibaoSettlementQuery struct { + ID uint `json:"id"` // 提现ID + WithdrawNo string `json:"withdraw_no"` // 提现单号 + RemainExecNum int `json:"num"` // 剩余执行次数 + RemainRepeatNum int `json:"repeat_num"` // 剩余重复执行次数 +}