查询互动列表
GET
/study/stCourseTalk/getAskAnswerList
请求参数
参数名
类型
描述
必填
token
string
示例:0d8743857db24c67a542c449ec9e0c6a (用户token)
必填
courseId
int
课程id
必填
current
int
第几页
必填
pageSize
int
页大小
必填
响应参数
参数名
类型
描述
必填
respCode
string
示例:0000
必填
respDesc
string
示例:成功
必填
total
int
示例:2
必填
pages
int
示例:1
必填
talkId
int
示例:195 (互问ID)
必填
talkName
string
示例:你拿过五杀吗,送了网费吗 (提问内容)
必填
talkState
int
示例:1 (互问状态:0:忽略 1:公开 2:未审核)
必填
createBy
string
示例:朱韵蓓test (提问人)
必填
createDate
string
示例:2022-10-14 09:20 (提问时间)
必填
pageNum
int
示例:1
必填