From de25112d4020ccb216fcd9e99ec8d3e145c978b3 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 22 Jul 2024 16:37:04 +0800
Subject: [PATCH] 7.22更改
---
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