名称:调研问卷用户回答列表
接口:/merchant/live/liveSurveyQuestionnaireByUserAnswer
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | id | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 1,
"last_page": 1,
"data": [
{
"id": 1,
"username": "333",
"commit_time": "2020-06-16 19:07:03",
"credit": 0
}
]
}
}