获取编辑数据
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/Warehouse/warehouse_fee_set</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>费用id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info": {
"status": 1,
"cost_info": {
"id": "80", #费用id
"deposit": "7560.00", #押金
"total_cost": "5000.00", #月租
"pay_type": "3", #租金付款周期
"start_time": "2021-09-10", #合同开始时间
"end_time": "2021-09-10", #合同截止时间
"time_limit": "4",
"img_url": "img_0.png",
"voucher": null,
"remark": "", #备注
"office_pay_type": "", #办公费用付款周期
"total_office_cost": "0.00", #办公费用
"estate_pay_type": "", #物业付款周期
"total_estate_cost": "0.00", #物业费用
"manage_pay_type": "", #管理费用周期
"total_manage_cost": "0.00", #管理费用
"is_public": "0", #是否对公 0默认 1是 2否
"is_open": "0", #是否开票 0默认 1是 2否
"receipt_type": "0", #发票类型 0默认 1普票 2专票
"tax_point": "", #税点 小于100
"warehouse_id": "7248", #仓库id
"name": "1111111" #仓库名称
},
"img": [
{
"url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/WAREHOUSE_FILE00007248/warehouse/warehouse_id_7248/cost_80/img_0.png?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1619151682&Signature=lDhxDBg4j6%2FgtEGHYo0IcFce4s8%3D",
"name": "img_0.png",
"type":1 #是否为pdf 1为图片 2为pdf
}
],
"voucher_url": [] #产权地址 同合同地址
},
"status": 1,
"url": ""
}
</code></pre>