🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# header头加入token ~~~[api] post:/api/merchant/Index/codeGoods *string:code=默认值 #商品条码 <<< success { "code": 0, "msg": "", "time": "1624693227", "data": { "barcode": "6922266457432", "type": "迷你型", "name": "清风原木纯品纸手帕", "image": "", "company": "金红叶纸业集团有限公司", "country": "中国", "brand": "清风", "spec": "迷你型", "price": null, "description": "3层8张" } } <<< error { "code": -1, "msg": "错误信息", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | |barcode | string |true|条码| |name | string |true|商品名| |image | string |true|图片地址| |company | string |true|公司| |country| string |true|产出国| |brand | string |true|品牌| |spec | string |true|规格| |price | string |true|价格| |description | string |true|描述|