上次收货人信息(2.5)
<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>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>1拼团,2砍价,3外卖</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular": "orderpk",
"param": {
"authKey": "5BDE7C513CBF13EAE053C208A8C06648",
"secretKey": "49352F1CBF1217B4E8F2834B358402D8",
"timeStamp": "1509605965828",
"uuid": "728f905dfcdb4392a9656abd6a41741c",
"dtype": "2",
"userKey": "712AD372BFF57485E0532E1E1FAC5950",
"type": "1"
},
"requestname": "queryLastCnee",
"version": "2.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;">cneeName</td>
<td style="text-align: left;">String</td>
<td>收货人姓名</td>
</tr>
<tr>
<td style="text-align: left;">cneeTel</td>
<td style="text-align: left;">String</td>
<td>收货人电话</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"cneeName": "1",
"cneeTel": "201811300012"
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>