物联网卡查询
<p><strong>迭代版本:</strong>2.8.32(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>菜品热量查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><a href="http://aky.mynatapp.cc/iot//iotCard/selectIotCardByDiffMonth">http://aky.mynatapp.cc/iot//iotCard/selectIotCardByDiffMonth</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
<li>Content-Type:application/form</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;">state</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>时间 -1为过期,0为本月过期,1为一个月过期。。。,6为半年后过期</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<p>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"cellStyleMap": {},
"cardNum": "456",
"openCardTime": 1576512000000,
"stopCardTime": 1607270400000,
"dueTime": 1572537600000,
"cardState": 0, 0未激活,1,已激活
"dueState": "已过期",
"actualState": 0,实际状态0 未使用,1 已使用
"sendState": 0 0未发送短信,1已发送短信
}
]</p>
<pre><code>
**返回参数说明**
|参数名|类型|说明|
**备注**
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!欢迎使用ShowDoc!</code></pre>