查询服务费详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询服务费详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/finance/serviceFee/info?id=1</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>id(params)</code></pre>
<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;">Long</td>
<td>服务费ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "success",
"data": {
"id": 1,
"agentId": null,
"serviceFeeName": "测试1",
"isTotal": 1,
"isDelay":0,
"delayTime":"2019-11-02 00:00:00",
"isTime":0,
"totalPrice": 1.3423,
"version": 1,
"delFlag": 0,
"createBy": "admin",
"createTime": "2019-07-05 18:05:43",
"updateBy": "admin",
"updateTime": "2019-07-05 18:07:10",
"list": [
{
"id": 5,
"serviceFeeId": 1,
"startTime": "00:00:00",
"endTime": "00:30:00",
"elecPrice": 1.2321,
"servicePrice": 1.5678,
"timeType":0
},
{
"id": 6,
"serviceFeeId": 1,
"startTime": "00:30:00",
"endTime": "10:30:00",
"elecPrice": 1.2325,
"servicePrice": 1.5672,
"timeType":0
},
{
"id": 7,
"serviceFeeId": 1,
"startTime": "10:30:00",
"endTime": "18:30:00",
"elecPrice": 1.2349,
"servicePrice": 1.5673,
"timeType":0
},
{
"id": 8,
"serviceFeeId": 1,
"startTime": "18:30:00",
"endTime": "24:00:00",
"elecPrice": 1.2321,
"servicePrice": 1.5678,
"timeType":0
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>