Authored by qianjun

Update front_questionnaire.md

... ... @@ -148,12 +148,15 @@ or
{
"code": 200,
"data": {
"description": "YOHO!有货,是由南京新与力文化传播有限公司开发的一款生活购物类手机软件。有iOS和android两个版本,目前,在各大应用市场均已上线。",
"id": 2,
"description": "YOHO!品牌大调查",
"id": 40,
"questions": [
{
"questionContents": [
{
"jumpQuestion": {
"questionContents": [
{
"option": "A.朋友介绍"
},
{
... ... @@ -170,13 +173,10 @@ or
"option": "E.其他渠道"
}
],
"questionIndex": 0,
"questionIndex": 1,
"questionTitle": "您通过什么渠道知道有货的呢",
"questionType": 1
"questionType": 2
},
{
"questionContents": [
{
"option": "A.朋友介绍"
},
{
... ... @@ -193,9 +193,9 @@ or
"option": "E.其他渠道"
}
],
"questionIndex": 1,
"questionIndex": 0,
"questionTitle": "您通过什么渠道知道有货的呢",
"questionType": 2
"questionType": 1
},
{
"fillBlankNum": 3,
... ... @@ -213,7 +213,6 @@ or
},
"message": "success"
}
```
### 4、提交问卷(FrontQuestionnaireController/submit4Questionnaire.do)
... ...