文档
测试

扫码获取商品详情

POST
{{host}}/scanqrcodecart/scancodegoodsinfo

请求头

参数名
类型
描述
必填
token
string
token
必填

请求参数

参数名
类型
描述
必填
product_code
string
产品款号
必填

说明 / 示例

``` { "code": 1, "msg": "成功", "data": { "id": "1", "store_id": "1", "name": "西装", // 商品名称 "price": "3890.00", // 售价 "original_price": "4890.00", // 原价(只做显示用) "detail": "<p>1</p>", "cat_id": "0", "status": "1", "addtime": "1654166382", "is_delete": "0", "attr": [ { "attr_list": [ { "attr_id": 2, "attr_name": "灰色" }, { "attr_id": 3, "attr_name": "52" } ], "num": 18, "price": 0, "supplier_price": 0, "no": "G120STT4538780052", "pic": "", "share_commission_first": "", "share_commission_second": "", "share_commission_third": "", "member1": "", "member2": "", "member3": "" } ], "service": "正品保障,极速发货,7天退换货。", "sort": "1000", "virtual_sales": "0", "cover_pic": "http://nalan0701-1307492507.cos.ap-beijing.myqcloud.com/web/uploads/image/store_1/ec08b76473e5b8bd163e54de7b831af88ea0b407.png", "video_url": "", "unit": "件", "individual_share": "0", "share_commission_first": "0.00", "share_commission_second": "0.00", "share_commission_third": "0.00", "weight": "0.00", "freight": "0", "full_cut": "{\"pieces\":\"\",\"forehead\":\"\"}", "integral": "{\"give\":\"0\",\"forehead\":\"\",\"more\":\"\"}", "use_attr": "1", "share_type": "0", "quick_purchase": "0", "hot_cakes": "0", "cost_price": "1.00", "member_discount": "0", "rebate": "0.00", "mch_id": "0", "goods_num": "21", "mch_sort": "1000", "confine_count": "0", "is_level": "0", "type": "0", "is_negotiable": "0", "attr_setting_type": "0", "views": "0", "shop_id": "", "verify_card_id": "", "supplier_price": "0.00", "supplier_goods_id": "0", "supplier_id": "0", "goods_share_title": "", "goods_share_logo": "", "goods_share_desc": "", "is_examine": "0", "dabao_price": "0.00", "brand_id": "0", "key_word": "", "product_no": null, "goods_no": "G120STT453878", // 商品款号 "component": "", "distribution": "", "policy": "", "invoice": "", "link_goods_id": null, "shop_guide": null, "last_level": "0", "in_activity": "0", "serialno": "", "thumb_url": "https://shop.ke177.top/web/goods/thumb/552231101-2.png", // 商品缩略图 "old_original_price": "6700.00", // 原原价单价 "old_price": "6700.00" // 原售价单价 } } ```