{
"order_no": "25061814311688435",
"tourist": {
"1": {
"tourist_id": "78903",
"tourist_type": "1",
"username": "张三",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802870",
"remark": "",
"last_name": "三",
"first_name": "张",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
},
"2": {
"tourist_id": "84838",
"tourist_type": "1",
"username": "李四",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802872",
"remark": "",
"last_name": "四",
"first_name": "李",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
},
"3": {
"tourist_id": "84839",
"tourist_type": "1",
"username": "王五",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802873",
"remark": "",
"last_name": "五",
"first_name": "王",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
},
"4": {
"tourist_id": "84840",
"tourist_type": "1",
"username": "赵六",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802874",
"remark": "",
"last_name": "六",
"first_name": "赵",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
}
}
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=order.edit.tourist&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_no": "25061814311688435",
"tourist": {
"1": {
"tourist_id": "78903",
"tourist_type": "1",
"username": "张三",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802870",
"remark": "",
"last_name": "三",
"first_name": "张",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
},
"2": {
"tourist_id": "84838",
"tourist_type": "1",
"username": "李四",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802872",
"remark": "",
"last_name": "四",
"first_name": "李",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
},
"3": {
"tourist_id": "84839",
"tourist_type": "1",
"username": "王五",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802873",
"remark": "",
"last_name": "五",
"first_name": "王",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
},
"4": {
"tourist_id": "84840",
"tourist_type": "1",
"username": "赵六",
"card_type": "1",
"card_no": "350521198410081516",
"sex": "1",
"age": "30",
"telephone": "18059802874",
"remark": "",
"last_name": "六",
"first_name": "赵",
"expiry_date": "",
"issue_at": "",
"issue_date": "",
"birthplace": "",
"nationality": "",
"birthday": "1988-05-12",
"native_place": "",
"email": "u6mgge_i33@sina.com"
}
}
}'{
"status": "success",
"msg": "调用成功",
"data": {
"order_no": "25073118280113249"
}
}