curl --location '/admin-api/entre/activity/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 24811,
"title": "string",
"contactName": "芋艿",
"phone": "string",
"type": "初创企业经营者创业活动",
"photoUrl": "string",
"activityStartTime": "2019-08-24T14:15:22.123Z",
"activityEndTime": "2019-08-24T14:15:22.123Z",
"registrationStartTime": "2019-08-24T14:15:22.123Z",
"registrationEndTime": "2019-08-24T14:15:22.123Z",
"accepted": true,
"introduction": "string",
"briefIntro": "string",
"sponsor": "string"
}'{
"code": 0,
"data": true,
"msg": "string"
}