change type
This commit is contained in:
parent
7e817cf088
commit
5bc95d6c61
@ -2,7 +2,7 @@ package model
|
||||
|
||||
type ListDeleteUTMIDsReq struct {
|
||||
/* - список айдишников utm которые удалить*/
|
||||
Utms []string `json:"utms"`
|
||||
Utms []int `json:"utms"`
|
||||
}
|
||||
|
||||
type PaginationReq struct {
|
||||
|
Loading…
Reference in New Issue
Block a user