客服考勤明细
POST
/openapi/statistic/salaryDetail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://qiyukf.com/openapi/statistic/salaryDetail?appKey=&time=&checksum=' \
--header 'content-type: application/json;charset=utf-8' \
--data-raw '{
"startTime": 1594308486784,
"staffId": 72142
}'
响应示例响应示例
{
"code": 0,
"message": {
"id": 0,
"name": "string",
"account": "string",
"date": 0,
"loginRecords": {
"login": 0,
"logout": 0,
"middle": {
"id": 0,
"name": "string",
"time": 0
}
}
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Header 参数
content-type
string
必需
示例值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2022-01-28 05:37:49