From 3154c2a1d3b063950508d909e7a00eb8681e7975 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 23 十二月 2024 13:01:35 +0800
Subject: [PATCH] 获取tokeng
---
thirdPartyApi.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/thirdPartyApi.js b/thirdPartyApi.js
index b47505b..7aa289f 100644
--- a/thirdPartyApi.js
+++ b/thirdPartyApi.js
@@ -96,7 +96,8 @@
module.exports = {
fetchThirdPartyDataNoToke,
- fetchThirdPartyData
+ fetchThirdPartyData,
+ getAccessToken
};
// 插入数据
--
Gitblit v1.8.0