简要描述:

  • 问卷记录数据接口

请求域名:

  • 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>"
        }
    }
}