文档
测试

切换常用报表获取详情

GET
http://demo.myhtms.cn/api/report/finance/commonTable?id=198

请求头

参数名
类型
描述
必填
sso-token
必填
Cookie
必填
Version
3.0
必填

请求参数

参数名
类型
描述
必填
id
int
报表
必填

说明 / 示例

```json { "code": 600, "data": [ { "ID": 1554, "Field": "BusinessCompany", "Name": "业务单位", "Table": "hlyun_order_orders", "Property": "100", "AsTable": null }, { "ID": 1553, "Field": "OperateCompany", "Name": "操作单位", "Table": "hlyun_order_orders", "Property": "100", "AsTable": null }, { "ID": 1518, "Field": "LockInsuranceTime", "Name": "保险锁定时间", "Table": "hlyun_order_orders", "Property": "100", "AsTable": null } ] } ```