- IT信息化80端口
- IT信息化8050端口
- 财务开票系统
- 精细化开放接口
- 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
- 归档文件
- 其他信息化系统
产品详情
GET
pm/product/info
最后修改时间:2023-01-09 06:07:21
责任人:应久生
请求参数
Query 参数
debug
string
可选
示例值:
1
id
integer
可选
示例值:
207
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 'pm/product/info' \
--header 'Authorization: {{AUTH_TOKEN}}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 10000,
"msg": "success",
"data": {
"id": "1",
"cateId": "19",
"name": "标准化产品一系统",
"status": "1",
"isStandard": "1",
"assessUserid": "",
"assessUsername": "",
"excuteDeptId": "122587085",
"excuteDeptI18n": "应用开发部",
"excuteContactUserid": "08274134241262404",
"excuteContactUsername": "高茜",
"desc": "教学平台而已",
"remark": "我的销售备注",
"standardParams": "一套系统",
"salesTalk": "this is teaching system",
"additionNote": "",
"createTime": "2022-06-01 15:08:54",
"updateUser": "admin",
"module": [
{
"id": "1",
"productId": "1",
"name": "基础服务",
"isNeed": "1",
"status": "1",
"isDelete": "0",
"standardParams": "",
"desc": "基础服务价",
"remark": "",
"createTime": "2022-06-01 14:35:56",
"updateTime": "2022-06-01 15:08:54",
"updateUser": "admin",
"billingType": "unit",
"base": [
{
"flag": "*",
"num": "1",
"val": "套"
}
],
"basePrice": "10000.0000",
"billingId": "1",
"json": null,
"showDel": true
},
{
"id": "2",
"productId": "1",
"name": "教学专栏",
"isNeed": "0",
"status": "1",
"isDelete": "0",
"standardParams": "",
"desc": "教学专栏",
"remark": "",
"createTime": "2022-06-01 14:35:56",
"updateTime": "2022-06-01 15:08:54",
"updateUser": "admin",
"billingType": "unit",
"base": [
{
"flag": "*",
"num": "1",
"val": "套"
}
],
"basePrice": "2000.0000",
"billingId": "2",
"json": null,
"showDel": true
},
{
"id": "3",
"productId": "1",
"name": "实时榜单",
"isNeed": "0",
"status": "1",
"isDelete": "0",
"standardParams": "",
"desc": "榜单",
"remark": "",
"createTime": "2022-06-01 14:35:56",
"updateTime": "2022-06-01 15:08:54",
"updateUser": "admin",
"billingType": "unit",
"base": [
{
"flag": "*",
"num": "1",
"val": "50账号"
},
{
"flag": "*",
"num": "1",
"val": "年"
}
],
"basePrice": "498.0000",
"billingId": "3",
"json": null,
"showDel": true
}
],
"cateName": "实训平台",
"parentCateId": "3",
"parentCateName": "系统",
"productAlias": "SYS0001"
}
}
修改于 2023-01-09 06:07:21