查询领用设置
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://.../api/assets/type/queryUseSetting</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"data": {
"is_use_limit": 1
},
"message": "成功",
"code": "0",
"serialno": "io1RE3yrWF1ECfcn"
}
</code></pre>
<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;">is_use_limit</td>
<td style="text-align: left;">string</td>
<td>负库存领用限制 0=不限制,1=限制领用</td>
</tr>
</tbody>
</table>