{
"appName": "SHEIN" // 应用名称(模糊)
}curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/group-app-list' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data '{
"appName": "SHEIN" // 应用名称(模糊)
}'{
"code": 0,
"msg": "Success",
"requestId": "cadc0b9e-ddc7-4483-9bdf-9cf9549ded26",
"timestamp": 1783686026677,
"data": {
"records": [
{
"id": 440,
"source": "BASE",
"appName": "SHEIN",
"appId": 15,
"appVersionId": 140,
"packageName": "com.zzkko",
"versionName": "11.3.4",
"versionCode": 1241,
"enabled": true,
"isAll": true,
"enableRoot": false,
"enablePermission": false,
"fileName": ""
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
}
}