Merge branch 'feature-refund_v2-wxy-20241204' into test
This commit is contained in:
commit
fc0d077050
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue