- IT信息化80端口
- IT信息化8050端口
- 问卷调查
- 人事系 统
- 项目订单
- 价值考评
- 自动派单
- 工资表
- 财务分拆工具
- 成本核算
- 【!!菜单权限!!】GET
- 订单支出分析-卡片和饼图部分GET
- 订单支出分析-条形图GET
- 订单支出分析-饼图部分GET
- 人力成本-初始接口-获取最近有数据的日期GET
- 人力成本-订单维度GET
- 人力成本-产品维度GET
- 人力成本-产品维度-产品列表GET
- 人力成本-未均摊劳务费GET
- 下载人力成本接口GET
- OA付款审批成本-项目列表GET
- OA付款审批成本-部门列表GET
- OA付款审批成本-产品列表GET
- OA付款审批成本-分类列表GET
- OA付款审批成本-分类树形结构GET
- OA付款审批成本-下载EXCELGET
- 运维成本-获取列头GET
- 运维成本-订单维度GET
- 运维成本-下载模版GET
- 运维成本-产品维度-分类GET
- 运维成本-产品维度-根据分类id查询商品GET
- 运维成本-下载多维度数据GET
- 运维成本-上传运维成本POST
- 财务开票系统
- 精细化开放接口
- IT信息化文档
- 基本权限申请地址
- 信息化系统
- 工资表
- 总览图
- 考勤表(attend)
- 日常绩效表(daily)
- 薪资补贴表(salary)
- 提成奖金表(special)
- 五险一金表(fund)
- 奖励表(reward)
- 扣减表(cut)
- 税表(tax)
- 离职补偿表(quit)
- 劳务表(service)
- 公式和方法
- 薪资表合计方法:calculateSalaryTotal
- 旷工:calculateCountAttendAbsent
- 迟到相关运算方法:calculateCountAttendLate
- 病假:calculateCountAttendSickLeave
- 事假:calculateCountAttendThingLeave
- 入离职扣减:calculateCountAttendEntryQuit
- 试用期差额扣减 :calculateCountAttendTryReduce
- 加班薪资:calculateCountAttendOverWork
- 考勤绩效扣减:calculateCountAttendOtherReduce
- 报告绩效工资扣减:calculateReportReduce
- 研发人员职能绩效扣减:calculateStudyReduce
- 职能绩效扣减 和 商务绩效扣减:calculateReduce
- 日常绩效表-合计:calculateDailyTotal
- 日常绩效表-报告绩效奖励:calculateReportAwards
- 薪资表-合计:calculateSalaryAllowanceTotal
- 提成奖金表:calculateSpecialTotal
- 五险一金表:calculateFundTotal
- 奖励表-合计:calculateRewardTotal
- 扣减表-合计:calculateCutTotal
- 税表:calculateTax
- 离职补偿表:calculateQuit
- 劳务费表:calculateService
- 归档文件
- 其他信息化系统
OA付款审批成本-分类树形结构
GET
api/pmcost/oa-pay/cate-tree
最后修改时间:2024-08-06 01:36:12
责任人:应久生
请求参数
Query 参数
payDateStart
string
可选
示例值:
2023-07-01
payDateEnd
string
可选
示例值:
2023-08-01
payFinishTimeStart
string
可选
示例值:
2023-07-01
payFinishTimeEnd
string
可选
示例值:
2023-07-01
page
integer
分页参数
示例值:
1
limit
integer
分页参数
示例值:
10
debug
string
必需
示例值:
1
Header 参数
Authorization
string
可选
默认值:
{{AUTH_TOKEN}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'api/pmcost/oa-pay/cate-tree?payDateStart=2023-07-01&payDateEnd=2023-08-01&payFinishTimeStart=2023-07-01&payFinishTimeEnd=2023-07-01&page=1&limit=10&debug=1' \
--header 'Authorization: {{AUTH_TOKEN}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
params
object
必需
count
string
必需
list
array [object {24}]
必需
spent
string
必需
示例
{
"code": 10000,
"msg": "success",
"data": {
"params": {
"payDateStart": "2024-07-01",
"payDateEnd": "2024-07-31",
"payFinishTimeStart": "",
"payFinishTimeEnd": "",
"page": "1",
"limit": "10"
},
"count": 0,
"list": [
{
"id": "1",
"pid": "0",
"alias": "REP",
"name": "智能数据分析",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": "",
"level": 1,
"childlist": [
{
"id": "5",
"pid": "1",
"alias": "custom",
"name": "会商",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "6",
"pid": "1",
"alias": "warning",
"name": "人工预警服务",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "7",
"pid": "1",
"alias": "daily",
"name": "日报",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "8",
"pid": "1",
"alias": "dataClean",
"name": "数据清洗",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "9",
"pid": "1",
"alias": "weekly",
"name": "周报",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "10",
"pid": "1",
"alias": "periodicReport",
"name": "周期性报告",
"isDelete": "1",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "11",
"pid": "1",
"alias": "specialReport",
"name": "专报",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "12",
"pid": "1",
"alias": "monitor",
"name": "专项监测",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "33",
"pid": "1",
"alias": "zsmx",
"name": "指数模型",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " └",
"level": 2
}
]
},
{
"id": "2",
"pid": "0",
"alias": "DAT",
"name": "AI智能服务",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": "",
"level": 1,
"childlist": [
{
"id": "13",
"pid": "2",
"alias": "scrapy",
"name": "采集开发",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "14",
"pid": "2",
"alias": "offlineData",
"name": "离线数据",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "15",
"pid": "2",
"alias": "dataApi",
"name": "数据api",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "16",
"pid": "2",
"alias": "appDevelop",
"name": "应用开发",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " └",
"level": 2
}
]
},
{
"id": "3",
"pid": "0",
"alias": "SYS",
"name": "系统",
"isDelete": "0",
"sumPayPrice": 1011,
"spacer": "",
"level": 1,
"childlist": [
{
"id": "17",
"pid": "3",
"alias": "customSys",
"name": "定制系统",
"isDelete": "0",
"sumPayPrice": "1011",
"spacer": " ├",
"level": 2
},
{
"id": "18",
"pid": "3",
"alias": "clearSource",
"name": "清源",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "19",
"pid": "3",
"alias": "teach",
"name": "实训平台",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "20",
"pid": "3",
"alias": "newMedia",
"name": "新媒体管理考核系统",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "21",
"pid": "3",
"alias": "opinion",
"name": "舆情系统",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "22",
"pid": "3",
"alias": "index",
"name": "清博指数",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "35",
"pid": "3",
"alias": "qb",
"name": "清贝",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " └",
"level": 2
}
]
},
{
"id": "4",
"pid": "0",
"alias": "META",
"name": "元宇宙",
"isDelete": "0",
"sumPayPrice": 1000,
"spacer": "",
"level": 1,
"childlist": [
{
"id": "23",
"pid": "4",
"alias": "customMeta",
"name": "定制系统",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "24",
"pid": "4",
"alias": "metaverse",
"name": "虚拟人",
"isDelete": "0",
"sumPayPrice": "1000",
"spacer": " ├",
"level": 2
},
{
"id": "31",
"pid": "4",
"alias": "qysc",
"name": "清元数藏",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "32",
"pid": "4",
"alias": "gfrjqr",
"name": "高仿人机器人",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " └",
"level": 2
}
]
},
{
"id": "25",
"pid": "0",
"alias": "SER",
"name": "服务",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": "",
"level": 1,
"childlist": [
{
"id": "26",
"pid": "25",
"alias": "dyy",
"name": "代运营",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "27",
"pid": "25",
"alias": "zg",
"name": "撰稿",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "28",
"pid": "25",
"alias": "xmtwlcc",
"name": "新媒体物料产出",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "29",
"pid": "25",
"alias": "chzxfal",
"name": "策划执行方案类",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "30",
"pid": "25",
"alias": "fnyx",
"name": "赋能营销",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "34",
"pid": "25",
"alias": "xmt",
"name": "新媒体",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "38",
"pid": "25",
"alias": "hypx",
"name": "会议培训",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " ├",
"level": 2
},
{
"id": "39",
"pid": "25",
"alias": "ps",
"name": "拍摄",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " └",
"level": 2
}
]
},
{
"id": "36",
"pid": "0",
"alias": "PO",
"name": "采购",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": "",
"level": 1,
"childlist": [
{
"id": "37",
"pid": "36",
"alias": "khzdcg",
"name": "客户主导采购",
"isDelete": "0",
"sumPayPrice": 0,
"spacer": " └",
"level": 2
}
]
}
]
},
"spent": "19ms"
}
修改于 2024-08-06 01:36:12