POST xuner/bi/img/getFilePathEx
图片路径返回
请求信息
URI 参数
无。
Body 参数
GoodimgRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
productIds |
商品款号列表 多个用,号分隔 |
string |
Required |
type |
图片类型 0商品图片 1 订货会商品图片 |
integer |
Range: inclusive between 0 and 1 |
请求格式
application/json, text/json
样例:
{ "productIds": "sample string 1", "type": 2 }
响应信息
资源描述
图片路径返回
gXopResponseOfListOfgoodimgpath名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of goodimgpath |
无。 |
|
desc |
错误信息 |
string |
无。 |
result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "code": "sample string 1", "imgs": [ { "src": "sample string 1", "uuid": "sample string 2", "title": "sample string 3", "w": 4, "h": 5, "mode": 6 }, { "src": "sample string 1", "uuid": "sample string 2", "title": "sample string 3", "w": 4, "h": 5, "mode": 6 } ] }, { "code": "sample string 1", "imgs": [ { "src": "sample string 1", "uuid": "sample string 2", "title": "sample string 3", "w": 4, "h": 5, "mode": 6 }, { "src": "sample string 1", "uuid": "sample string 2", "title": "sample string 3", "w": 4, "h": 5, "mode": 6 } ] } ], "desc": "sample string 1", "result": 2 }