From a2c78f7b515723ac3744a71e4bc04e823a3a772f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 23 十二月 2024 16:45:47 +0800
Subject: [PATCH] gx接口地址
---
app.js | 2 +-
thirdPartyApi.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app.js b/app.js
index d97bce9..f3d85d9 100644
--- a/app.js
+++ b/app.js
@@ -408,7 +408,7 @@
}
catch(err){
logger.info(`血流量设备上报结果,请求报错`)
- res.status(400).json({ retCode: "-1", msg: "请求出错了" });
+ res.status(400).json({ retCode: "-1", msg: "请求出错了11" });
}
diff --git a/thirdPartyApi.js b/thirdPartyApi.js
index 112e0fe..5870bfd 100644
--- a/thirdPartyApi.js
+++ b/thirdPartyApi.js
@@ -3,8 +3,8 @@
const path = require('path');
const FormData = require('form-data');
const logger = require(path.resolve(__dirname, 'logger'));
-const BASIC_API = 'https://hemobs.icoldchain.cn/'
-// const BASIC_API = 'http://testbs.ihemodialysis.com/'
+// const BASIC_API = 'https://hemobs.icoldchain.cn/'
+const BASIC_API = 'http://testbs.ihemodialysis.com/'
let cachedToken = null;
let tokenExpiresAt = null;
--
Gitblit v1.8.0