暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/appShare/list'
{
"code": 0,
"data": {
"list": [
{
"create_at": "2023-03-31 09:37:57",
"create_by": 1,
"effective_time": 0,
"id": 1,
"share_type": 1,
"share_url": "http://127.0.0.1:8205/appShare/shareUrl/a72f23838e5e1c7983ad2d4773e9508a",
"url": "https://uatapp.tolink.cloud/index/gather/899/app/2300",
"visit_num": 0
}
],
"page": 1,
"total": 1
},
"msg": "success"
}