From d0d17a65706526ecb09e2d8c756ab1d51790a06e Mon Sep 17 00:00:00 2001 From: wangxinyu Date: Thu, 5 Dec 2024 15:05:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=8F=A3=20debug=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E6=94=B9=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/proto/vas/proto/vas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/proto/vas/proto/vas.go b/api/proto/vas/proto/vas.go index 0b8824ef..27bf2730 100644 --- a/api/proto/vas/proto/vas.go +++ b/api/proto/vas/proto/vas.go @@ -251,7 +251,7 @@ type ZoneRefundListVo struct { // 空间退款详情 type ZoneRefundInfoReq struct { base.BaseRequest - //Zid int64 `json:"zid"` // 空间 id + Zid int64 `json:"zid"` // 空间 id AuditId string `json:"audit_id"` // 审核 id(列表 id) }