[
{
"select": "A",
"topic": "“东征阵亡烈士纪念碑”名称是由( )题名?",
"remark": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"testOptions": [
{
"text": "林振雄",
"sort": 1
},
{
"text": "周骏彦",
"sort": 2
},
{
"text": "俞飞鹏",
"sort": 3
},
{
"text": "宋荣昌",
"sort": 4
}
]
},
{
"select": "B",
"topic": "林振雄在日本陆军士官学校深造中,与( )是同学?",
"remark": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"limitTime": 3600,
"testOptions": [
{
"text": "孙中山",
"sort": 1
},
{
"text": "蒋介石",
"sort": 2
},
{
"text": "姚雨平",
"sort": 3
},
{
"text": "林激真",
"sort": 4
}
]
},
{
"select": "B",
"topic": "“东征阵亡烈士纪念碑”前后两块大理石刻的字是( )",
"limitTime": 3600,
"testOptions": [
{
"text": "精神不朽 气壮山河",
"sort": 1
},
{
"text": "精神不朽 气壮西湖",
"sort": 2
},
{
"text": "精神不灭 气壮山河",
"sort": 3
},
{
"text": "精神不灭 气壮西湖",
"sort": 4
}
]
},
{
"select": "",
"type": 4,
"topic": "“朝京门”名称是由()题写?惠州在清朝的名称叫()?",
"limitTime": 1800,
"testOptions": [
{
"text": "张海",
"sort": 9
},
{
"text": "惠州府",
"sort": 23
}
]
}
]
curl --location --request POST 'https://travel.daoziji.com/user/question/add' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"select": "A",
"topic": "“东征阵亡烈士纪念碑”名称是由( )题名?",
"remark": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"testOptions": [
{
"text": "林振雄",
"sort": 1
},
{
"text": "周骏彦",
"sort": 2
},
{
"text": "俞飞鹏",
"sort": 3
},
{
"text": "宋荣昌",
"sort": 4
}
]
},
{
"select": "B",
"topic": "林振雄在日本陆军士官学校深造中,与( )是同学?",
"remark": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"limitTime": 3600,
"testOptions": [
{
"text": "孙中山",
"sort": 1
},
{
"text": "蒋介石",
"sort": 2
},
{
"text": "姚雨平",
"sort": 3
},
{
"text": "林激真",
"sort": 4
}
]
},
{
"select": "B",
"topic": "“东征阵亡烈士纪念碑”前后两块大理石刻的字是( )",
"limitTime": 3600,
"testOptions": [
{
"text": "精神不朽 气壮山河",
"sort": 1
},
{
"text": "精神不朽 气壮西湖",
"sort": 2
},
{
"text": "精神不灭 气壮山河",
"sort": 3
},
{
"text": "精神不灭 气壮西湖",
"sort": 4
}
]
},
{
"select": "",
"type": 4,
"topic": "“朝京门”名称是由()题写?惠州在清朝的名称叫()?",
"limitTime": 1800,
"testOptions": [
{
"text": "张海",
"sort": 9
},
{
"text": "惠州府",
"sort": 23
}
]
}
]'
{
"msg": "操作成功",
"code": 200
}