2、湖南大地水控读取工作参数
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://10.27.204.40/Hnshuikong/getMacrunningparameter</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;">macno</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>设备号</td>
</tr>
<tr>
<td style="text-align: left;">sign</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签名 md5("dlc")</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "1",
"msg": "发送成功",
"data": {
"macno"://设备号
"connect_overtime":// 连接超时时间:连接无按键操作自动退出的时间,单位为秒,为0不超时
"stop_overtime":// 暂停超时时间:按下暂停键多久无操作自动退出的时间,单位为秒,为0不超时
"billing_cycle":// 计费周期:计费的时间周期,单位为秒
"max_water":// 计费周期最大水量:计费周期的最大水量,超过此值不扣费
"flowing_overtime":// 流量计超时时间:流量计脉冲间隔的最大时间,超过表示流量计可能坏或没水
"stop_mintime":// 暂停的最短时间:超过此值没有退出或者暂停时,自动暂停。单位秒
"stop_is_payment":// 暂停是否扣费:0:暂停不扣费, 1:暂停扣费
}
}</code></pre>