乌拉圭手机APP接口


出库扫码返回扫码产品信息

<p>作者:</p> <p>张翠霞</p> <h5>简要描述</h5> <ul> <li>出库扫码返回扫码产品信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://192.168.1.117:8026/JY/ApiOutStore/GetMaterialList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">MaterialRequest</td> </tr> <tr> <td style="text-align: left;">scanCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">List<string></td> <td>拍码的二维码列表</td> </tr> <tr> <td style="text-align: left;">EnterpriseID</td> <td style="text-align: left;">是</td> <td style="text-align: left;">long</td> <td>经营企业ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <p>OutMaterialResult : ApiResult { &quot;Code&quot;: 1, &quot;Msg&quot;:&quot;成功!&quot;, &quot;TrueCodes&quot;: {}, &quot;FalseCodes&quot;:{}, &quot;Materials&quot;:{} }</p> <pre><code> ##### 返回参数说明 |参数名|类型|说明| |:----- |:-----|----- | |OutMaterialResult : ApiResult| |Code |int |1:成功;0:错误 | |Msg |string |消息 | |TrueCodes |List&lt;string&gt; |拍码返回正确二维码列表 | |FalseCodes |List&lt;string&gt; |拍码返回错误二维码列表 | |Materials |List&lt;MaterialModel&gt; |返回的码信息 | **MaterialModel:** |字段|类型|说明| |:---- |:------- |:--- |-- - | |materailID |long |产品编号 | |materialName |string |产品名称 | |materialNum |long |产品数量 | |spection |string |产品规格 | |scanCode |List&lt;string&gt; |所拍二维码 | ##### 备注 - 更多返回错误代码请看首页的错误代码描述</code></pre>

页面列表

ITEM_HTML