Authorization: Bearer ********************curl --location --globoff 'https://open-agent-branch.benlai.com/api/v2/product/delivery?product_ids=[%22P0000114563%22%2C%20%22P0000001608%22%2C%20%22P0000002883%22]&province=%E4%B8%8A%E6%B5%B7%E5%B8%82&city=%E4%B8%8A%E6%B5%B7%E5%B8%82&county=%E5%BE%90%E6%B1%87%E5%8C%BA' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"delivery_list": [
{
"delivery_date": "EveryDay",
"delivery_date_remark": "工作日节假日均可收货"
},
{
"delivery_date": "WorkDay",
"delivery_date_remark": "工作日"
}
]
}
}