package models type ScoreLogListRequest struct { OpenId string `json:"openId"` PageSize int `json:"pageSize"` PageIndex int `json:"pageIndex"` }