From 021a413995329400ce9e940f8a563536585ed46b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 19 十二月 2024 17:12:41 +0800
Subject: [PATCH] 34

---
 app.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/app.js b/app.js
index 9c4656c..0243744 100644
--- a/app.js
+++ b/app.js
@@ -293,7 +293,6 @@
         if (rows.length > 0) {
             const user = rows[0];
             const response = {
-                code: "1",
                 result:[ {
                     patientId: user.code,
                     fullName: user.patient_name,
@@ -311,7 +310,6 @@
                     examDept:"",
                     diagnosisDoctor:''
                 }],
-                msg: "success"
             };
             res.json(response);
         } else {
@@ -342,7 +340,6 @@
     if(mode){
         logHttps(mode)
     }else{
-        mode.action='hahhaha'
         logHttps(mode)
     }
     res.status(400).json({ retCode: "-1", msg: "kankan" });

--
Gitblit v1.8.0