单词句子成绩获取 websocket测试 POST http://192.168.1.111/ai/tks/v1/words_score 请求参数 参数名 类型 描述 必填 account string 示例:tk0009s0008 必填 word_list string 示例:cat_four_A1P006S2 句子列表用下划线_分割 必填 dia_list array 必填 id string 必填 sentcence string 必填 essay_list string 示例:A1P006S2_A1P006S2 短文id列表用下划线_分割 必填 响应参数 参数名 类型 描述 必填 code int 示例:200 必填 info string 示例:请求成功 必填 data array 数据列表 必填 word array 必填 word string 必填 total_score int 必填 dia array 必填 id string 必填 sentcence string 必填 total_score int 必填 essay array 必填 id string 必填 total_score int 必填 说明 / 示例 { "code": 200, "info": "请求成功", "data": [ { "word": "cat", "total_score": 64 }, { "word": "four", "total_score": 96 }, { "word": "A1P006S2", "total_score": 0 } ] } 如果没有该单词句子的记录 返回成绩为0
{ "code": 200, "info": "请求成功", "data": [ { "word": "cat", "total_score": 64 }, { "word": "four", "total_score": 96 }, { "word": "A1P006S2", "total_score": 0 } ] } 如果没有该单词句子的记录 返回成绩为0