Http方法:POST
路由:api/OutScan/GetProductImg
根据条码获取商品图片
请求参数
| 参数名称 | 参数描述 | 类型 | 附加信息 |
|---|---|---|---|
| barcode |
商品编号 |
string |
Required |
返回响应信息
根据条码获取商品图片
ResultInfoOfString| 参数名称 | 参数描述 | 类型 | 附加信息 |
|---|---|---|---|
| Result | boolean |
None |
|
| State | string |
None |
|
| Dynamic | Object |
None |
|
| Msg | string |
None |
|
| Data | string |
None |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"State": "sample string 2",
"Dynamic": {},
"Msg": "sample string 4",
"Data": "sample string 5"
}