应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"device_name": "东门考勤机",
"device_id": "abc123456",
"user_check_time": 1587020403000,
"photo_url": "https://xxx.com/xxx.png",
"userid": "dd_dd"
}
curl --location --request POST 'http://127.0.0.1/topapi/attendance/record/upload?access_token=af21axxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_name": "东门考勤机",
"device_id": "abc123456",
"user_check_time": 1587020403000,
"photo_url": "https://xxx.com/xxx.png",
"userid": "dd_dd"
}'
{
"success": true,
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}