Authorization: ********************curl --location 'https://sms.crmeb.net/api//api/v2/barcode/record?page=undefined&limit=undefined&barcode=undefined&status=undefined' \
--header 'Authorization: <api-key>'{
"status": 200,
"msg": "ok",
"data": {
"list": [
{
"id": 1024,
"barcode": "6921168509256",
"provider": "aliyun",
"provider_name": "阿里云市场(探数)",
"status": 1,
"status_name": "成功",
"result": {
"barcode": "6921168509256",
"found": true,
"name": "农夫山泉饮用天然水550ml",
"brand": "农夫山泉",
"spec": "550ml",
"net_content": "550ml",
"manufacturer": "农夫山泉股份有限公司",
"category": "饮料",
"price": "2.00",
"origin_country": "中国",
"sale_date": "2025-03-01",
"images": [
"https://example.com/goods/6921168509256.jpg"
],
"provider": "aliyun",
"extra": {
"shelf_life": "12个月"
}
},
"created_at": "2026-09-10 11:30:25"
}
],
"count": 358
}
}