FrontToken: ********************{
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"userId": "string",
"joinTeamId": "string",
"joinTeamStatus": 0,
"teamCaptainState": true,
"joinTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"exitTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveDesc": "string",
"userName": "string",
"teamName": "string"
}curl --location --request POST '/competition/registration/team/record/add' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"userId": "string",
"joinTeamId": "string",
"joinTeamStatus": 0,
"teamCaptainState": true,
"joinTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"exitTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveDesc": "string",
"userName": "string",
"teamName": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"userId": "string",
"joinTeamId": "string",
"joinTeamStatus": 0,
"teamCaptainState": true,
"joinTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"exitTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveDesc": "string",
"userName": "string",
"teamName": "string"
},
"error": true,
"success": true
}