From 4b36674b9496ffb36eb07ead5d21fcea6a641e0f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 31 十二月 2024 14:12:58 +0800
Subject: [PATCH] gx接口地址

---
 thirdPartyApi.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdPartyApi.js b/thirdPartyApi.js
index 5870bfd..112e0fe 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