获取用户最后一次订单类别
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取用户最后一次订单类别</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>丁晓忠</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_read_interface/cmd</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>{
"modular": "orderpk",
"param": {
"authKey": "0",
"dtype": "5",
"secretKey": "B584DFDB285A9DF3276FEB010CE194C2",
"timeStamp": "1544509352016",
"userKey": "6DBB013D560073F1E0532E1E1FAC3C60",
"uuid": "1c407e02e5be45fcaf137b89fe2766c2"
},
"requestname": "queryUserLastOrderType",
"version": "1.5"
}</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;">orderType</td>
<td style="text-align: left;">String</td>
<td>订单类别:0无,1外卖,2团购,3跑腿,4拼团,5砍价</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"orderType": "1",
"addTime": "201810091344"
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>