alibaba.xue.daien.ot.update (岱恩口测评测结果(时间,等级,评价)数据回调)

岱恩推送口测评测结果(时间,等级,评价)给学习平台

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
update_spoken_exam_result_d_t_o UpdateSpokenExamResultDto 必须 口测对象
  • └ grammar_comment
  • String
  • 可选
  • 同学你的语法不错
  • 语法评语
  • └ vocabulary_comment
  • String
  • 可选
  • 同学你的词汇不错
  • 词汇评语
  • └ grammar_score
  • Number
  • 可选
  • 9
  • 语法评分
  • └ listening_comment
  • String
  • 可选
  • 同学你的听力不错
  • 听力评语
  • └ daien_sign
  • String
  • 必须
  • aee000001
  • 请求sign
  • └ fluency_comment
  • String
  • 可选
  • 同学你口语流利度不错
  • 流利度评语
  • └ param
  • String
  • 必须
  • UpdateSopkenStatusDTO{account='13123', status=1, startTime=null, finishTime=null, cancelNum=null}
  • 请求参数
  • └ pronunciation_comment
  • String
  • 可选
  • 同学你的发音不错哦
  • 发音评语
  • └ score_time
  • Number
  • 可选
  • 1614752063000
  • 评分时间
  • └ general_score
  • Number
  • 可选
  • 75
  • 综合评分
  • └ vocabulary_score
  • Number
  • 可选
  • 8
  • 词汇评分
  • └ fluency_score
  • Number
  • 可选
  • 7
  • 流利度评分
  • └ listening_score
  • Number
  • 可选
  • 9
  • 听力评分
  • └ account
  • String
  • 必须
  • 202103031416001
  • 测试账号
  • └ pronunciation_score
  • Number
  • 可选
  • 6
  • 发音评分
  • └ daien_timestamp
  • Number
  • 必须
  • 1615466093000
  • 请求时间戳

响应参数

名称 类型 示例值 描述
sc_code Number 3012 错误code
sc_message String 推送口测评测结果异常 错误信息message

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaXueDaienOtUpdateRequest req = new AlibabaXueDaienOtUpdateRequest();
AlibabaXueDaienOtUpdateRequest.UpdateSpokenExamResultDto obj1 = new AlibabaXueDaienOtUpdateRequest.UpdateSpokenExamResultDto();
obj1.setGrammarComment("同学你的语法不错");
obj1.setVocabularyComment("同学你的词汇不错");
obj1.setGrammarScore(9L);
obj1.setListeningComment("同学你的听力不错");
obj1.setDaienSign("aee000001");
obj1.setFluencyComment("同学你口语流利度不错");
obj1.setParam("UpdateSopkenStatusDTO{account='13123', status=1, startTime=null, finishTime=null, cancelNum=null}");
obj1.setPronunciationComment("同学你的发音不错哦");
obj1.setScoreTime(1614752063000L);
obj1.setGeneralScore(75L);
obj1.setVocabularyScore(8L);
obj1.setFluencyScore(7L);
obj1.setListeningScore(9L);
obj1.setAccount("202103031416001");
obj1.setPronunciationScore(6L);
obj1.setDaienTimestamp(1615466093000L);
req.setUpdateSpokenExamResultDTO(obj1);
AlibabaXueDaienOtUpdateResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_xue_daien_ot_update_response>
    <sc_code>3012</sc_code>
    <sc_message>推送口测评测结果异常</sc_message>
</alibaba_xue_daien_ot_update_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

返回
顶部