暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/open/apply/list'
{
"code": 0,
"data": {
"list": [
{
"abstract": "123",
"category": "行业动态",
"content": "<p>123</p>",
"createAt": "2022-06-02 16:24",
"createBy": "管理员",
"flowStatus": "已通过",
"id": 1,
"number": "1",
"tag": "123",
"thumb": "http://127.0.0.1:8205/public/resource/upload/2022-06-02/ckfi5upop8oobdu4kh.jpeg",
"title": "测试社区文章",
"updateAt": "2022-06-02 16:24"
}
],
"page": 1,
"total": 1
},
"msg": "success"
}