chenyc
2024-10-17 9b065c6cc263dc5fd6a6b4f4a859c373d07e7361
CHANGELOG.md
@@ -4,7 +4,8 @@
人体分析仪接口 
患者验证接口
患者验证接口 /webuser
/
{
    "action": "doWebUser",
    "deviceID": "888888",
@@ -12,7 +13,7 @@
    "xid": "PAT2204031316230148"
}
人脸识别验证
人脸识别验证  /faceuser
{
    "action": "doFace",
    "deviceID": "888888",
@@ -23,6 +24,6 @@
## 启动开发环境
"dev": "nodemon app.js",
## 打包
"build": "ncc build app.js -o dist",
"build": "ncc build app.js -o dist",  端口号 3000
## 运行生产环境
"dev:prod":"node dist/index.js"