11.催单通知
<p><strong>简要描述:</strong> </p>
<ul>
<li>催单通知</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>assetapp/repairReminder.do</code></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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">long</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">repairId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>报修ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;获取成功&quot;,
&quot;ResponseObject&quot;: true
}</code></pre>
<p><strong>返回参数说明-ResponseObject值</strong> </p>
<p>true:催单成功
false:催单失败</p>