[
{
"mobile": 13912345699,
"username": "高小明2",
"timeOfEntry": 43527,
"correctionTime": 43709,
"workNumber": 111
},
{
"mobile": 13912345699,
"username": "高小明2",
"timeOfEntry": 43527,
"correctionTime": 43709,
"workNumber": 111
},
{
"mobile": 13912345699,
"username": "高小明2",
"timeOfEntry": 43527,
"correctionTime": 43709,
"workNumber": 111
}
]
curl --location --request POST 'http://ihrm.itheima.net/prod-api/sys/user/batch' \
--header 'Authorization: {{Vue2_HR_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"mobile": 13912345699,
"username": "高小明2",
"timeOfEntry": 43527,
"correctionTime": 43709,
"workNumber": 111
},
{
"mobile": 13912345699,
"username": "高小明2",
"timeOfEntry": 43527,
"correctionTime": 43709,
"workNumber": 111
},
{
"mobile": 13912345699,
"username": "高小明2",
"timeOfEntry": 43527,
"correctionTime": 43709,
"workNumber": 111
}
]'
{
"success": true,
"code": 10000,
"data": null,
"message": "批量导入员工成功"
}