id获取商品图片和名称
<p>说明:id获取商品图片和名称</p>
<p>接口路径 :<strong>/fy/item/getItemNameAndImgUrlById</strong></p>
<p><strong>Content-Type</strong>: application/x-www-form-urlencoded </p>
<p>请求参数:</p>
<table>
<thead>
<tr>
<th>参数</th>
<th>参数类型</th>
<th>说明</th>
<th>备注</th>
<th>必填</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>id</strong></td>
<td>number</td>
<td><em>商品ID</em></td>
<td></td>
<td>是</td>
</tr>
</tbody>
</table>
<p>示例:
{"id":1}</p>
<p>响应返回:</p>
<table>
<thead>
<tr>
<th>参数</th>
<th>参数类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>result</td>
<td>String</td>
<td>成功为success</td>
</tr>
<tr>
<td>resultData</td>
<td>String</td>
<td>json数据格式,响应数据。</td>
</tr>
<tr>
<td>resultMsg</td>
<td>String</td>
<td>提示,列如,成功或失败等</td>
</tr>
<tr>
<td>resultCode</td>
<td>String</td>
<td>0成功,其它失败</td>
</tr>
</tbody>
</table>
<p>示例:
{"result":"success","resultData":{"imgUrl":"<a href="https://img.alicdn.com/imgextra/i4/4129081848/O1CN01sk2hfG1PWQV7GmM3S_!!4129081848.jpg","itemName":"【网红明星款】小皮裙2019新款显瘦半身裙女秋冬a字高腰包臀短裙","itemPkId":1},"resultCode":0,"resultMsg":"成功">https://img.alicdn.com/imgextra/i4/4129081848/O1CN01sk2hfG1PWQV7GmM3S_!!4129081848.jpg","itemName":"【网红明星款】小皮裙2019新款显瘦半身裙女秋冬a字高腰包臀短裙","itemPkId":1},"resultCode":0,"resultMsg":"成功</a>"}</p>