From ce3533dad7bebb53ffc730b55e08092b19ae090c Mon Sep 17 00:00:00 2001
From: dengchaochao <m18576213742@163.com>
Date: Sat, 27 Jul 2024 21:58:06 +0800
Subject: [PATCH] 7.27更改东西
---
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..c9575ef 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://www.coinzne.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