From 02a3d94d359b34e915f34abec024cbc1504a6a7c Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 18 Apr 2025 11:00:14 +0800
Subject: [PATCH] feat
---
src/api/currency.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/currency.js b/src/api/currency.js
index 1b5a1c5..d3dc28c 100644
--- a/src/api/currency.js
+++ b/src/api/currency.js
@@ -6,7 +6,7 @@
}
// 获取币种的实时数据,比如价格和涨跌幅
-// https://enjdhdg.site/wap/api/doc.html#/%E5%A4%96%E6%B1%87%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0/%E5%AE%9E%E6%97%B6%E8%A1%8C%E6%83%85%E6%95%B0%E6%8D%AE/getRealtimeUsingGET
+// https://btc.btcwapo.com/wap/api/doc.html#/%E5%A4%96%E6%B1%87%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0/%E5%AE%9E%E6%97%B6%E8%A1%8C%E6%83%85%E6%95%B0%E6%8D%AE/getRealtimeUsingGET
function getRealtime(data) {
return Axios.fetch("/wap/api/hobi!getRealtime.action", data);
}
--
Gitblit v1.9.3