暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/app/list'
{
"code": 0,
"data": {
"list": [
{
"auth": {},
"createAt": "2022-03-22 13:25",
"createAvatar": "123.png",
"createBy": "yugh",
"createMobile": "18661139072",
"gather": [
"测试"
],
"icon": "https://file.qingflow.com/assets/mobile/images/pkg_1.png",
"id": 9,
"name": "新应用",
"visibleRange": 1
}
],
"page": 1,
"total": 1
},
"msg": "success"
}