查询商品信息详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>192.168.112.40:8080/store/commodityMessage/selectCommodityByKey</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>商品信息id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"resultMsg":"OK",
"resultCode":200,
"resultInfo":{
"id": "1231231",
"commoditysort": null,
"suppliername": null,
"supplierid": "3",
"commodityname": "大瓶子",
"commoditycode": null,
"retailprice": null,
"inventory": null,
"costprice": null,
"commoditysynopsis": null,
"synopsisdetails": "3333333333333333",
"discount": null,
"discountcoupon": null,
"integral": null,
"freeshipping": null,
"shipping": null,
"creatorname": null,
"creatordate": "2018-10-16",
"creatorid": null,
"creatordeptname": null,
"creatordeptid": null,
"status": 1,
"comFiles.path":"941554C610294D0EB8463F9775D120A36A3D730452124229A9B7189546F611F7Desert.jpg"(ip+端口/image+comFiles.path[显示图片格式])
},
"page":null
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">resultMsg</td>
<td style="text-align: left;">String</td>
<td>提示信息</td>
</tr>
<tr>
<td style="text-align: left;">resultCode</td>
<td style="text-align: left;">String</td>
<td>状态码 200为成功 -200 为未登录 其他都是为失败</td>
</tr>
<tr>
<td style="text-align: left;">resultInfo</td>
<td style="text-align: left;">JsonObject</td>
<td>综合设计费集合</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">JsonObject</td>
<td>分页信息</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>