Authorization: Bearer ********************{
"signInCode": "eb6c008b8f54428a8a71c089cd5cffc6"
}curl --location 'https://venuehelper.api.voc2018.com/workRecords/signIn' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"signInCode": "eb6c008b8f54428a8a71c089cd5cffc6"
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}