{
"projectId": "string",
"workType": 0,
"year": 0
}
curl --location --request POST '/api/work/getQRCode' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"workType": 0,
"year": 0
}'
{
"code": 0,
"message": "string",
"data": {
"url": "string",
"orgName": "string",
"shortCode": "string"
}
}