取送件特殊时段费4.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;">custId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>客户id</td>
</tr>
<tr>
<td style="text-align: left;">pickUpTime</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>取件时间</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>1取送件,2代购</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular": "useraccount",
"param": {
"timeStamp": "1592893267004",
"authKey": "0",
"secretKey": "7871E99A3754016333FD4677B2C1A7AD",
"custId": "EFAD2C1757EA418BABA8D58D49B9DDFB",
"dtype": "5",
"type": "1",
"pickUpTime": "10:00",
"uuid": "f469d0a8-f93d-492c-832f-83dab80f3657",
"userKey": "62C6DB44BCAD6F62E0538C06030A10A5"
},
"requestname": "queryRTimeAmont",
"source": "1",
"version": "4.0"
}
</code></pre>
<p><strong>返回参数说明</strong>
resultcode:"1001", "跑腿业务已暂停营业\n目前已经停止接单"</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;">timeAmount</td>
<td style="text-align: left;">string</td>
<td>特殊时段附加费(取送件-进入首页)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"timeAmount": "0"
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>