暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/open/apply/list'
{
"code": 0,
"data": {
"list": [
{
"createAt": "2022-06-02 16:36",
"createBy": "管理员",
"flowStatus": "已通过",
"id": 1,
"image": "http://127.0.0.1:8205/public/resource/upload/2022-06-02/ckfif3bzyo1ckkmxhn.jpeg",
"link": "",
"name": "1",
"number": "1",
"position": "首页-banner-1920X1080",
"sort": "",
"updateAt": "2022-06-02 16:36",
"video": ""
}
],
"page": 1,
"total": 1
},
"msg": "success"
}