修改服务费
<p><strong>简要描述:</strong> </p>
<ul>
<li>修改服务费</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/finance/serviceFee/update</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>{
"id":1,
"serviceFeeName":"测试1",
"isTotal":1,
"totalPrice":1.3423,
"isDelay":1,
"delayTime":"2019-10-29 10:11:08",
"isTime":1,
"replaceList":[
{
"replaceServiceId":1
},
{
"replaceServiceId":2
}],
"list":[
{
"startTime":"00:00",
"endTime":"00:30",
"elecPrice":1.2321,
"servicePrice":1.5678,
"timeType":1
},
{
"startTime":"00:30",
"endTime":"10:30",
"elecPrice":1.2325,
"servicePrice":1.5672,
"timeType":1
},
{
"startTime":"10:30",
"endTime":"18:30",
"elecPrice":1.2349,
"servicePrice":1.5673,
"timeType":1
},
{
"startTime":"18:30",
"endTime":"24:00",
"elecPrice":1.2321,
"servicePrice":1.5678,
"timeType":1
}
]
}</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": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>