新增编辑时,资产类型所需数据
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>新增编辑时,资产类型所需数据</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/OAPropertyType/params_list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
"info": {
"property_type_list": [
{
"id": "1",
"name": "固定资产"
},
{
"id": "2",
"name": "固定资产-办公电脑"
}
]
},
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>