|
|
@@ -86,12 +86,13 @@ type ManualScoreReq struct { |
|
|
|
} |
|
|
|
|
|
|
|
type UserEggFlowReqResp struct { |
|
|
|
Page int `json:"page,required"` // 页数 |
|
|
|
PageSize int `json:"page_size,required"` // 每页大小 |
|
|
|
Year string `json:"year" example:"年份"` |
|
|
|
Week string `json:"week" example:"周份"` |
|
|
|
Total int64 `json:"total"` //总数量 |
|
|
|
List []UserEggFlowReqRespList `json:"list"` |
|
|
|
ScoreValueKindMap []map[string]interface{} `json:"score_value_kind_map"` // 评分类型(0:未知 1:人工 2:系统) |
|
|
|
Page int `json:"page,required"` // 页数 |
|
|
|
PageSize int `json:"page_size,required"` // 每页大小 |
|
|
|
Year string `json:"year" example:"年份"` |
|
|
|
Week string `json:"week" example:"周份"` |
|
|
|
Total int64 `json:"total"` //总数量 |
|
|
|
List []UserEggFlowReqRespList `json:"list"` |
|
|
|
} |
|
|
|
|
|
|
|
type UserEggFlowReqRespList struct { |
|
|
|