curl --location --request GET 'http://127.0.0.1:18111/biz/exposure/' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"title": "string",
"exposureType": 0,
"showType": 0,
"richText": "string",
"imgFile": [
{
"url": "string",
"fileName": "string",
"ossId": 0
}
],
"videoFile": [
{
"url": "string",
"fileName": "string",
"ossId": 0
}
],
"isEnable": 0,
"deptId": 0,
"userId": 0,
"createTime": "2019-08-24T14:15:22Z"
}
}