GET
/v1/system/baseline
读取系统基线信息
返回项目名、API 前缀、Android 包名和无障碍服务标识。
系统接口
X-Api-Token
无请求体
字段说明
该接口没有请求字段。
curl -X GET "https://mobilerpa.wymi.net/v1/system/baseline" \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Api-Token: aegis-dev-token"
{}{
"code": 200,
"success": true,
"message": "ok",
"data": {
"project": "Aegis Hub",
"api_prefix": "/v1",
"android_package": "com.aegis.agent",
"accessibility_service": "com.google.android.accessibility.selecttospeak.SelectToSpeakService",
"stage": "third-phase-prototype"
}
}点击“发送请求”后会在这里显示返回结果。