|
@@ -20,9 +20,9 @@ type UserReq struct {
|
|
|
EndTime string `json:"endTime,optional"`
|
|
|
NewUserId int64 `header:"newUserId"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
- Page int64 `header:"page,optional"`
|
|
|
- Size int64 `header:"size,optional"`
|
|
|
- IsArtificial int64 `header:"isArtificial,optional"`
|
|
|
+ Page int64 `json:"page,optional"`
|
|
|
+ Size int64 `json:"size,optional"`
|
|
|
+ IsArtificial int64 `json:"isArtificial,optional"`
|
|
|
}
|
|
|
|
|
|
type MessageEntity struct {
|