by Robin at 20231223; list
This commit is contained in:
parent
bb9f771189
commit
dc71ebc274
|
@ -57,7 +57,7 @@ type OpListReq struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type OpListData struct {
|
type OpListData struct {
|
||||||
List []*dbstruct.ContactCustomerServiceSession `json:"data"`
|
List []*dbstruct.ContactCustomerServiceSession `json:"list"`
|
||||||
Offset int `json:"offset"`
|
Offset int `json:"offset"`
|
||||||
More int `json:"more"`
|
More int `json:"more"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue