Authorization: Bearer ********************curl --location --globoff 'https://open-agent-branch.benlai.com/api/v2/product/checkarea?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": {
"check_list": [
{
"product_id": "P0000001608",
"is_sales": "NO"
},
{
"product_id": "P0000056446",
"is_sales": "YES"
},
{
"product_id": "P0000012656",
"is_sales": "NO"
}
]
}
}