{
"id": "xxx",
"type": 1,
"event_list": [
{
"index": 0,
"title": "xxx",
"content": "xxx",
"create_time": 1609430400000,
"create_user_id": "xxx"
},
{
"index": 1,
"title": "xxx",
"content": "xxx",
"create_time": 1609430400000,
"create_user_id": "xxx"
}
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/event/create?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "xxx",
"type": 1,
"event_list": [
{
"index": 0,
"title": "xxx",
"content": "xxx",
"create_time": 1609430400000,
"create_user_id": "xxx"
},
{
"index": 1,
"title": "xxx",
"content": "xxx",
"create_time": 1609430400000,
"create_user_id": "xxx"
}
]
}'
{
"msg": "consectetur proident anim magna labore",
"code": 0,
"data": {
"fail_list": [
{
"id": "38",
"error_msg": "tempor incididunt",
"error_code": 51,
"type": 48
},
{
"type": 87,
"error_code": 95,
"error_msg": "veniam labore",
"id": "44"
},
{
"error_code": 82,
"error_msg": "ex eiusmod",
"id": "98",
"type": 4
},
{
"error_code": 72,
"type": 9,
"id": "89",
"error_msg": "ut"
}
],
"success_list": [
{
"type": 60,
"error_code": 72,
"id": "89"
},
{
"error_code": 52,
"type": 14,
"id": "86"
},
{
"type": 24,
"error_code": 62,
"id": "46"
},
{
"type": 72,
"error_code": 38,
"id": "90"
},
{
"error_code": 81,
"type": 57,
"id": "79"
}
]
}
}