|
@@ -64,6 +64,8 @@ type WebForwardingDataRequest struct {
|
|
|
|
|
|
type DeleteWebForwardingRequest struct {
|
|
|
Ids []int `form:"ids" json:"ids" binding:"required"`
|
|
|
+ Uid int `form:"uid" json:"uid" binding:"required"`
|
|
|
+ HostId int `form:"host_id" json:"host_id" binding:"required"`
|
|
|
}
|
|
|
|
|
|
type WebForwardingRequest struct {
|