FrontToken: ********************curl --location --request GET '/competition/rule/evaluation/param/get/' \
--header 'FrontToken: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"businessId": "string",
"paramName": "string",
"displayInRankState": true,
"evaluationCriteria": 0,
"displayInRankName": "string"
},
"error": true,
"success": true
}