{
"name": "string",
"companyId": 0,
"companyAccountId": 0,
"otaType": "string"
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/ota/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"companyId": 0,
"companyAccountId": 0,
"otaType": "string"
}'
{
"code": 200,
"msg": "",
"data": [
{
"id": 0,
"gid": 0,
"hid": 0,
"name": "",
"companyId": 0,
"companyAccountId": 0,
"otaType": "",
"otaGid": "",
"otaHid": "",
"otaKey": "",
"otaSerect": "",
"otaUrl": "",
"otaOne": "",
"otaTwo": ""
}
]
}