{
"code": 0,
"message": "ok",
"realErrorMsg": "",
"data": {
"solutionId": "sol_2f4d3c",
"source": "",
"fareRules": {
"PEKSHA": [
{
"passengerType": "adult",
"canVoid": true,
"currency": "CNY",
"change": {
">0": 300,
">4": 200,
"<-4": 500
},
"refund": {
">0": 500,
">4": 300,
"<-4": 800
}
}
]
},
"baggageRules": {
"PEKSHA": [
{
"passengerType": "adult",
"carryOn": {
"pieces": 1,
"weight": 7,
"unit": "KG"
},
"checked": {
"pieces": 1,
"weight": 23,
"unit": "KG"
}
}
]
}
}
}