fix: 接口 debug 错误修改 1
This commit is contained in:
parent
1e974bc7e5
commit
d0d17a6570
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue