Authored by 马力

Update checkSkuBarCodeExistEx.md

http://127.0.0.1:8088/yohobuy-platform-web/product/checkSkuBarCodeExistEx
\ No newline at end of file
# 校验条码是否存在
> 接口名: ``/product/checkSkuBarCodeExistEx``
### 方法
> POST JSONRAW
### 入参
{"barCode" : "[{'productSku': 102224, 'factoryCode': 'VN0004OKJUT108500M'}]"}
-------------------------
|属性名称|类型|例子|说明|是否必填|长度限制|
|--------|----|----|---|----|--------|
|productSku|数值||sku, 修改sku条码的时候必传|N|255|
|factoryCode|字符串||条码|Y|255|
### 对应SQL的操作库表
### 错误编码
-------------------------
|错误码code|消息|说明|
|--------|----|----|
|200| 添加成功!| |
|400| 操作失败!| |
|500| 操作失败!| |
### 返回
``` json
{
"code": 200,
"data": [
"T2217"
],
"md5": "ef4d9c2b577242ceef8e9db610188ba0",
"message": "校验条形码成功."
}
```
\ No newline at end of file
... ...