25API
Example
POST getQuestionReplyInfo
https://global.talk-cloud.net/WebAPI/getQuestionReplyInfo
参数
| 参数名 | 是否必选 | 类型 | 说明 |
|---|---|---|---|
| key | 是 | String | 企业key |
| questionId | 是 | String | 问题ID |
| 参数名 | 类型 | 说明 |
|---|---|---|
| result | Int | 返回状态 0成功,其他对应错误码 |
| data | array | 返回信息 |
| list | array | 问题列表 |
| serial | String | 教室号 |
| questionId | String | 问题ID |
| userId | String | 回复人userId |
| userRoleId | Int | 回复人角色(0:老师) |
| userName | String | 回复人昵称 |
| content | String | 回复内容 |
| createTime | Int | 回复时间 |
| type | Int | 内容类型(0/1:文本等,2:图片) |
| id | String | 回复ID |
| 备注 | ||
| - 更多返回错误代码请看首页的错误代码描述 |
返回示例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |




