提交申请领用
<p><strong>请求URL:</strong> </p>
<ul>
<li>正式地址 <code>http://192.168.0.101:8859/RichOA/a/assetmanager/IAsset/applyuse</code></li>
<li>测试地址 <code>http://oa.richx.cn/a/assetmanager/IAsset/applyuse</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>
<tr>
<td style="text-align: left;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">json</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>看下面:</td>
</tr>
</tbody>
</table>
<pre><code>[
{
&quot;sameName&quot;: &quot;a16d3be5250745af9da415f8a1c732d1&quot;,//标识同一笔资产名称
&quot;number&quot;: &quot;5&quot;,//申请数量
remark: &quot;测试申请&quot;//备注
},
{
&quot;sameName&quot;: &quot;63a169a234554640ba03ca52e5e72dcf&quot;,
&quot;number&quot;: &quot;10&quot;,
remark: &quot;测试申请&quot;
}
]</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseResult&quot;: &quot;资产申请领用成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;process&quot;: [
{
&quot;id&quot;: &quot;2-1&quot;,//环节id
&quot;name&quot;: &quot;申请环节&quot;//环节名
},
{
&quot;id&quot;: &quot;2-1-1&quot;,
&quot;name&quot;: &quot;初审&quot;
},
{
&quot;id&quot;: &quot;2-1-1-1-1&quot;,
&quot;name&quot;: &quot;终审&quot;
},
{
&quot;id&quot;: &quot;2-1-1-1-1-1&quot;,
&quot;name&quot;: &quot;执行示例&quot;
}
],
&quot;time&quot;: &quot;2017-11-24 20:26:54&quot;//申请时间
},
{
&quot;process&quot;: [
{
&quot;id&quot;: &quot;2-1&quot;,
&quot;name&quot;: &quot;申请环节&quot;
},
{
&quot;id&quot;: &quot;2-1-1&quot;,
&quot;name&quot;: &quot;初审&quot;
},
{
&quot;id&quot;: &quot;2-1-1-1-1&quot;,
&quot;name&quot;: &quot;终审&quot;
},
{
&quot;id&quot;: &quot;2-1-1-1-1-1&quot;,
&quot;name&quot;: &quot;执行示例&quot;
}
],
&quot;time&quot;: &quot;2017-11-24 20:26:54&quot;
}
],
&quot;ResponseCode&quot;: 0
}</code></pre>