by Robin at 20231223; list

This commit is contained in:
Leufolium 2023-12-23 22:19:16 +08:00
parent bb9f771189
commit dc71ebc274
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ type OpListReq struct {
}
type OpListData struct {
List []*dbstruct.ContactCustomerServiceSession `json:"data"`
List []*dbstruct.ContactCustomerServiceSession `json:"list"`
Offset int `json:"offset"`
More int `json:"more"`
}