暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/appstore/admin-manage-list?status=-&title=-'
{
"code": 0,
"data": {
"list": [
{
"appIds": [
"2300"
],
"appNum": 12,
"auditAt": "2023-02-15 15:24:33",
"createAt": "2023-02-15 15:22:31",
"createBy": 1,
"createByName": "管理员",
"gatherId": 880,
"id": 24,
"reason": "111",
"sourceGatherId": 544,
"stationId": 1,
"stationName": "图零",
"status": 4,
"title": "图零后台管理",
"updateAt": "2023-02-15 15:24:33"
}
],
"page": 1,
"total": 13
},
"msg": "success"
}