curl --location 'http://dev-cn.your-api-server.com/api/goods/v2/dates?appId=undefined&nonce=undefined&sign=undefined×tamp=undefined' \
--header 'Content-Type: application/json' \
--data '{
"customerAddressList": [
{
"addressType": 0,
"contactName": "string",
"contactPhone": "string",
"customerAddress": "string"
}
],
"date": "2024-01-01",
"goodsId": "string",
"itemId": "string"
}'[
{
"available": true,
"date": "string",
"serviceTimeSlotList": [
{
"available": true,
"begin": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}
]
}
]