FrontToken: ********************{
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"noticeName": "string",
"noticeContent": "string",
"noticeStatus": 0,
"publishTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"userId": "string",
"languageCode": "string"
}curl --location --request POST '/competition/notice/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",
"noticeName": "string",
"noticeContent": "string",
"noticeStatus": 0,
"publishTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"userId": "string",
"languageCode": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"noticeName": "string",
"noticeContent": "string",
"noticeStatus": 0,
"publishTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"userId": "string",
"languageCode": "string"
}
}