Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"userId": 0,
"eventId": 0,
"likeCount": 0,
"commentCount": 0,
"shareCount": 0,
"wantCount": 0,
"comType": 0
}curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/consumer/consumer-event/shareByInformation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"userId": 0,
"eventId": 0,
"likeCount": 0,
"commentCount": 0,
"shareCount": 0,
"wantCount": 0,
"comType": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}