Skip to content
On this page

在线调试

打开疾病识别开放平台,在在线调试中打开项目列表调试,点击发起调用即可完成在线调试。

项目列表

请求示例

名称类型是否必选示例值描述
surveyIdInteger1套餐编码
recordNoStringA111问卷编号
optionsString1,2,3选项
resultsInteger[][2,2,0]得分

请求参数示例

json
{
  "surveyId": 1,
  "recordNo": "TCM33TEST",
  "options": "2,7,14,17,22,30,34,37,41,48,51,57,61,69,74,76,82,87,93,99,104,108,115,119,123,128,133,136,142,149,152,159,164",
  "results": [2,2,4,2,2,5,4,2,1,3,1,2,1,4,4,1,2,2,3,4,4,3,5,4,3,3,3,1,2,4,2,4,4]
}

响应示例

json
{
  "code": 0,
  "msg": "success",
  "time": 10
}