From bf7986d6613f61b02da09b2cdb3fa5bdbe6b36dc Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 23 十二月 2024 16:36:24 +0800
Subject: [PATCH] 34

---
 thirdPartyApi.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/thirdPartyApi.js b/thirdPartyApi.js
index 3a90e57..112e0fe 100644
--- a/thirdPartyApi.js
+++ b/thirdPartyApi.js
@@ -2,9 +2,9 @@
 const axios = require('axios');
 const path = require('path');
 const FormData = require('form-data');
-// const logger = require(path.resolve(__dirname, 'logger'));
-BASIC_API = 'https://hemobs.icoldchain.cn/'
-const BASIC_API = 'http://testbs.ihemodialysis.com/'
+const logger = require(path.resolve(__dirname, 'logger'));
+const BASIC_API = 'https://hemobs.icoldchain.cn/'
+// const BASIC_API = 'http://testbs.ihemodialysis.com/'
 let cachedToken = null;
 let tokenExpiresAt = null;
 

--
Gitblit v1.8.0