<alibaba_fliggy_cps_hotel_full_sync_response>
<is_success>true</is_success>
<result_code>200</result_code>
<model>
<hotel_list>
<hotel_v_o>
<sh_id>dwqdqwdqwdqwdqw</sh_id>
<hotel_name>某某酒店</hotel_name>
<hotel_room_type_list>
<hotel_room_type_v_o>
<sr_id>dqwdqwdqwd</sr_id>
<sr_name>大床房</sr_name>
<price>888</price>
<breakfast_quantity>2</breakfast_quantity>
<breakfast_dict>
<zero_breakfast>100</zero_breakfast>
<one_breakfast>200</one_breakfast>
<two_breakfast>300</two_breakfast>
<three_breakfast>400</three_breakfast>
<four_breakfast>500</four_breakfast>
<five_breakfast>600</five_breakfast>
</breakfast_dict>
</hotel_room_type_v_o>
</hotel_room_type_list>
<country>China</country>
<province>110000</province>
<city>110100</city>
<address>详细地址</address>
<tel>400823823</tel>
<star>0</star>
<longitude>111.111</longitude>
<latitude>111.111</latitude>
</hotel_v_o>
</hotel_list>
<total_count>1000</total_count>
<next_index>1231231213</next_index>
</model>
<result_message>无</result_message>
</alibaba_fliggy_cps_hotel_full_sync_response>
{
"alibaba_fliggy_cps_hotel_full_sync_response":{
"is_success":true,
"result_code":"200",
"model":{
"hotel_list":{
"hotel_v_o":[
{
"sh_id":"dwqdqwdqwdqwdqw",
"hotel_name":"某某酒店",
"hotel_room_type_list":{
"hotel_room_type_v_o":[
{
"sr_id":"dqwdqwdqwd",
"sr_name":"大床房",
"price":888,
"breakfast_quantity":2,
"breakfast_dict":{
"zero_breakfast":100,
"one_breakfast":200,
"two_breakfast":300,
"three_breakfast":400,
"four_breakfast":500,
"five_breakfast":600
}
}
]
},
"country":"China",
"province":110000,
"city":110100,
"address":"详细地址",
"tel":"400823823",
"star":"0",
"longitude":"111.111",
"latitude":"111.111"
}
]
},
"total_count":1000,
"next_index":1231231213
},
"result_message":"无"
}
}