{
"orderOnceId": 0,
"phone": "string",
"type": "string"
}
curl --location --request POST '/appMark/employee/bindVirtualPhone' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderOnceId": 0,
"phone": "string",
"type": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}