{
"checkInDate": "string",
"checkOutDate": "string",
"roomNum": 0,
"isBusiness": 0,
"guestNum": 0,
"customerNo": 0
}curl --location --request POST '/api/hotel/callCenter/getHotelBookingServiceFee' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkInDate": "string",
"checkOutDate": "string",
"roomNum": 0,
"isBusiness": 0,
"guestNum": 0,
"customerNo": 0
}'{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": ""
}