处理待预约测量时间0元设计
<p><strong>简要描述:</strong> </p>
<ul>
<li>处理定制需求</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>localhost:8080/api/store/app/appCall?jsonParam={"opeType":"disposeWaitCustomizedDemand","map":{"token":"fdsfdsfhff","sessionId":"d7bc61b5-9c42-4d3f-8759-9883d6ae1587","accountUuid":"sdf2344tgfdc","shopUuid":"dsdffgfdsda","contactStatus":"1","uuid":"CUSTOMIZED0000000112","appointmentStartTime":"2019-05-10 09:00","appointmentEndTime":"2019-05-10 12:00"} }</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;">uuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>申请单号id</td>
</tr>
<tr>
<td style="text-align: left;">appointmentStartTime</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>预约测量的开始时间</td>
</tr>
<tr>
<td style="text-align: left;">appointmentEndTime</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>预约测量的结束时间</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {"data":{},"message":"请求参数不正确","return_code":"3"}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>