文档中心 > API类目 > 自动驾驶内部API

alibaba.autocar.case.aone.report (自动驾驶case报Aone)

自动驾驶case报Aone

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
param Json 必须 { "status": "Verified Passed", "caseLabelType": "", "module": "规划", "description": "coredump||coredump", "verifier": "WB02143490", "assignedTo": "WB02143490", "projectId": 2054106, "discoveryPhase": "", "priorityId": 95, "videoOssKey": [ "" ], "previewPriority": 10, "analysisPriority": 30, "caseId": "134539167", "moduleOld": "规划", "startTime": 1746514383894, "endTime": 1746514412913, "label": { "规划": { "extend": { "行驶路网": { "唐河县方式商贸有限公司": "thxfssmyxgs-xg" } }, "roadNetworkCN": "唐河县方式商贸有限公司", "行驶路网": "唐河县方式商贸有限公司" } }, "labelInfo": { "duration": 60, "taskType": "小GCase", "label": { "规划": { "extend": { "行驶路网": { "唐河县方式商贸有限公司": "thxfssmyxgs-xg" } }, "roadNetworkCN": "唐河县方式商贸有限公司", "行驶路网": "唐河县方式商贸有限公司" } }, "projectName": "小G" }, "creator": "望潇", "modifier": "望潇", "author": "413638", "caseType": "badcase", "timeStamp": 1746460767000, "disengageType": "unkown", "deviceId": "GT3-HIL-002", "versionId": 2054106, "issueType": "", "alertListString": "[]" } 参数

响应参数

名称 类型 示例值 描述
result_data Response 返回值
  • └ success
  • Boolean
  • true
  • updateCase是否成功
  • response_data
  • AddIssueResponse
  • 报Aone返回值
  • └ reason
  • String
  • 重复报bug!
  • 报Aone失败原因
  • └ result
  • Boolean
  • false
  • 报Aone是否成功
  • └ msg_info
  • String
  • 新建badcase失败,因为该roadcase已经关联了badcase,如果有后续操作,该后续操作都将使用该badcase, id:134539167
  • addNewBadcase返回信息
  • └ msg_code
  • String
  • SUCCESS
  • 信息码

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAutocarCaseAoneReportRequest req = new AlibabaAutocarCaseAoneReportRequest();
req.setParamString("{     \"status\": \"Verified Passed\",     \"caseLabelType\": \"\",     \"module\": \"规划\",     \"description\": \"coredump||coredump\",     \"verifier\": \"WB02143490\",     \"assignedTo\": \"WB02143490\",     \"projectId\": 2054106,     \"discoveryPhase\": \"\",     \"priorityId\": 95,     \"videoOssKey\": [         \"\"     ],     \"previewPriority\": 10,     \"analysisPriority\": 30,     \"caseId\": \"134539167\",     \"moduleOld\": \"规划\",     \"startTime\": 1746514383894,     \"endTime\": 1746514412913,     \"label\": {         \"规划\": {             \"extend\": {                 \"行驶路网\": {                     \"唐河县方式商贸有限公司\": \"thxfssmyxgs-xg\"                 }             },             \"roadNetworkCN\": \"唐河县方式商贸有限公司\",             \"行驶路网\": \"唐河县方式商贸有限公司\"         }     },     \"labelInfo\": {         \"duration\": 60,         \"taskType\": \"小GCase\",         \"label\": {             \"规划\": {                 \"extend\": {                     \"行驶路网\": {                         \"唐河县方式商贸有限公司\": \"thxfssmyxgs-xg\"                     }                 },                 \"roadNetworkCN\": \"唐河县方式商贸有限公司\",                 \"行驶路网\": \"唐河县方式商贸有限公司\"             }         },         \"projectName\": \"小G\"     },     \"creator\": \"望潇\",     \"modifier\": \"望潇\",     \"author\": \"413638\",     \"caseType\": \"badcase\",     \"timeStamp\": 1746460767000,     \"disengageType\": \"unkown\",     \"deviceId\": \"GT3-HIL-002\",     \"versionId\": 2054106,     \"issueType\": \"\",     \"alertListString\": \"[]\" }");
AlibabaAutocarCaseAoneReportResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_autocar_case_aone_report_response>
    <result_data>
        <success>true</success>
        <response_data>
            <reason>重复报bug!</reason>
            <result>false</result>
        </response_data>
        <msg_info>新建badcase失败,因为该roadcase已经关联了badcase,如果有后续操作,该后续操作都将使用该badcase, id:134539167</msg_info>
        <msg_code>SUCCESS</msg_code>
    </result_data>
</alibaba_autocar_case_aone_report_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部