X-API-Key: ********************{
"goodsBid": 0,
"cityCode": "string",
"attributeBid": 0
}curl --location --request POST '/housekeeping/getTimeCodeListByGoodsBid' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsBid": 0,
"cityCode": "string",
"attributeBid": 0
}'{
"code": 0,
"msg": "string",
"data": [
{
"appointmentAble": true,
"attributeBid": "string",
"goodsBid": "string",
"endTime": "string",
"startTime": "string",
"type": 0,
"typeStr": "string"
}
]
}