{
"tel": "13147302090",
"proposalScenicId": 4,
"title": "新的答题任务1",
"mode": 3,
"type": 2,
"introduce": "新的回答任务1介绍",
"prop": "无",
"duration": 900,
"img": "http://hzdaoziji.oss-cn-hangzhou.aliyuncs.com/hzdaoziji/2022/12/03/48e2fae120d541febf0b5a1c1fd081f9.png",
"testQuestionDtos": [
{
"select": "D",
"topic": "新的问题1",
"limitTime": 900,
"remark": "产生的杰克逊",
"testOptions": [
{
"text": "新的回答1",
"sort": 1
},
{
"text": "新的回答2",
"sort": 2
},
{
"text": "新的回答3",
"sort": 3
},
{
"text": "新的回答4",
"sort": 4
}
]
}
]
}
curl --location --request POST 'https://travel.daoziji.com/user/proposalItinerary/newTask' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"tel": "13147302090",
"proposalScenicId": 4,
"title": "新的答题任务1",
"mode": 3,
"type": 2,
"introduce": "新的回答任务1介绍",
"prop": "无",
"duration": 900,
"img": "http://hzdaoziji.oss-cn-hangzhou.aliyuncs.com/hzdaoziji/2022/12/03/48e2fae120d541febf0b5a1c1fd081f9.png",
"testQuestionDtos": [
{
"select": "D",
"topic": "新的问题1",
"limitTime": 900,
"remark": "产生的杰克逊",
"testOptions": [
{
"text": "新的回答1",
"sort": 1
},
{
"text": "新的回答2",
"sort": 2
},
{
"text": "新的回答3",
"sort": 3
},
{
"text": "新的回答4",
"sort": 4
}
]
}
]
}'
{}