{
"code": "string",
"phoneNo": "string",
"tokenId": "string"
}
curl --location --request POST '/admin/api/v1/employee/bussPhoneCodeLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"phoneNo": "string",
"tokenId": "string"
}'
{
"code": "string",
"data": {
"orgId": "string",
"orgName": "string",
"phoneNo": "string",
"positionList": [
{
"postId": "string",
"postName": "string"
}
],
"type": "string",
"uniqueNo": "string",
"userId": "string",
"userIdno": "string",
"userName": "string"
},
"message": "string",
"success": true,
"timestamp": 0,
"traceId": "string"
}