人体分析仪接口
患者验证接口
{
"action": "doWebUser",
"deviceID": "888888",
"type": "0",
"xid": "PAT2204031316230148"
}
人脸识别验证
{
"action": "doFace",
"deviceID": "888888",
"content": '' base64 图片格式
}
"dev": "nodemon app.js",
"build": "ncc build app.js -o dist",
"dev:prod":"node dist/index.js"