Merge branch 'feature-refund_v2-wxy-20241204' into test

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

View File

@ -252,7 +252,7 @@ type ZoneRefundListVo struct {
// 空间退款详情 // 空间退款详情
type ZoneRefundInfoReq struct { type ZoneRefundInfoReq struct {
base.BaseRequest base.BaseRequest
//Zid int64 `json:"zid"` // 空间 id Zid int64 `json:"zid"` // 空间 id
AuditId string `json:"audit_id"` // 审核 id列表 id AuditId string `json:"audit_id"` // 审核 id列表 id
} }