MES_Saas


计件数量查询

<p><strong>简要描述:</strong> </p> <ul> <li>计件数量查询</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/AppProduct/GetEnploymentYield</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST/Get</li> </ul> <p><strong>参数:</strong> </p> <p>无|</p> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">int</td> <td>状态 0 成功 1 逻辑异常 2 服务器异常 3 授权登录失效</td> </tr> <tr> <td style="text-align: left;">message</td> <td style="text-align: left;">string</td> <td>状态消息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">object</td> <td>返回数据</td> </tr> <tr> <td style="text-align: left;">exp</td> <td style="text-align: left;">string</td> <td>异常消息 当status=2 时候存在</td> </tr> </tbody> </table> <p><strong> 返回值data 数据解析 (status==0) </strong></p> <p>{ &quot;DayYield&quot;: 0,//今日产量(件) &quot;MouthYied&quot;: 0,//本月产量(件) &quot;DayRepairCount&quot;: 0,//今日返修量(件) &quot;MouthRepairCount&quot;: 0,//本月返修量(件) &quot;Date&quot;: &quot;2021-12-01&quot;//日期(本日 yyyy-mm-dd) },</p> <p><strong>备注</strong> 在Request header 添加 isapp属性 值为 true 布尔类型 在Request header 添加 machineid属性 值为 设备序列号标识 32位字符串 在Request header 添加 userid属性 值为 登录标识 字符串</p>

页面列表

ITEM_HTML