简要描述:
- 问卷记录数据接口
请求域名:
- http://test.yunzshop.com
请求URL:
GET: plugin.questionnaire.api.index.indexInfo
###传输参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
getAnswerScore:getAnswerScore | 是 | string | 默认接口标识 |
score | 是 | int | 分数 |
questionnaire_id | 是 | int | 问卷id |
###返回参数
{
"result": 1,
"msg": "",
"data": {
"index": "",
"answer": "",
"answerScore": "",
"record": "",
"details": "",
"getAnswerScore": {
"recommendation": "<p>优秀优秀优秀<img src=\"https://ysm-1251768088.cos.ap-guangzhou.myqcloud.com/images/1/2020/08/wzcPVZdIDGdd51O1DO8I50oIl8O1bd.jpeg\" width=\"100%\" alt=\"320*160.jpeg\"/></p>"
}
}
}