{
"customerAddressList": [
{
"addressType": 0,
"contactName": "string",
"contactPhone": "string",
"customerAddress": "string"
}
],
"date": "2024-01-01",
"goodsId": "string",
"itemId": "string"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/api/goods/dates?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"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:22Z",
"end": "2019-08-24T14:15:22Z"
}
]
}
]