fix: 接口 debug 错误修改 1

This commit is contained in:
wangxinyu 2024-12-05 15:05:06 +08:00
parent 1e974bc7e5
commit d0d17a6570
1 changed files with 1 additions and 1 deletions

View File

@ -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
}