FrontToken: ********************{
"id": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"competitionId": "string",
"entityFieldName": "string",
"entityFieldContent": "string",
"updateVersion": 0,
"updateState": true,
"createUserId": "string"
}curl --location --request POST '/competition/update/record/add' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"competitionId": "string",
"entityFieldName": "string",
"entityFieldContent": "string",
"updateVersion": 0,
"updateState": true,
"createUserId": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"competitionId": "string",
"entityFieldName": "string",
"entityFieldContent": "string",
"updateVersion": 0,
"updateState": true,
"createUserId": "string"
},
"error": true,
"success": true
}