历史订单商品列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost:8080/jomoo/api/store/app/appCall?jsonParam={"opeType":"getOrderDetailHistoryList","map":{"token":"d6cc94a35790b72c777c7c0cb578913d","sessionId":"b6d16c80-f357-44eb-a7bf-5ea95b123d2f","accountUuid":"455118082e8743d787cb8912481e4dcb","shopUuid":"59c1486b83dc42e38eda7aeff037f94b","nowPage":"1","pageShow":"3"}}</code></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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"data":{
"orderDetails":[
{
"imageUrl ":"",
"price":1165.64,
"productName":"JOMOO九牧 多功能节水静音超旋冲力坐便器(400坑距)11185",
"purchaseTime ":"1",
"spec":null,
"specUuid":"11185-4-1/41Z-1"
},
{
"imageUrl ":null,
"price":885.61,
"productName":"JOMOO九牧 虹吸式节水防臭抽水马桶 小户型家用陶瓷坐便器11217【含配件包】",
"purchaseTime ":"1",
"spec":[
{
"name":"坑距",
"value":"305mm"
}
],
"specUuid":"11217-2-1/31Z-1"
},
{
"imageUrl ":null,
"price":817,
"productName":"JOMOO九牧 虹吸式节水防臭抽水马桶 小户型家用陶瓷坐便器11217【含配件包】",
"purchaseTime ":"1",
"spec":[
{
"name":"坑距",
"value":"400mm"
}
],
"specUuid":"11217-2-1/41Z-1"
}
]
},
"return_code":"0"
}</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;">imageUrl</td>
<td style="text-align: left;">string</td>
<td>图片地址</td>
</tr>
<tr>
<td style="text-align: left;">price</td>
<td style="text-align: left;">double</td>
<td>价格</td>
</tr>
<tr>
<td style="text-align: left;">productName</td>
<td style="text-align: left;">string</td>
<td>商品名称</td>
</tr>
<tr>
<td style="text-align: left;">purchaseTime</td>
<td style="text-align: left;">string</td>
<td>购买次数</td>
</tr>
<tr>
<td style="text-align: left;">spec</td>
<td style="text-align: left;">list</td>
<td>规格参数</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>规格参数名字</td>
</tr>
<tr>
<td style="text-align: left;">value</td>
<td style="text-align: left;">String</td>
<td>参数值</td>
</tr>
<tr>
<td style="text-align: left;">specUuid</td>
<td style="text-align: left;">String</td>
<td>sku</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>