From ee75f0919ac5c5261da4db267cedee89c3fc6105 Mon Sep 17 00:00:00 2001 From: feitianbubu Date: Wed, 29 Oct 2025 16:51:15 +0800 Subject: [PATCH] fix: correct topUp link --- service/quota.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/quota.go b/service/quota.go index 495e379d..c34a36da 100644 --- a/service/quota.go +++ b/service/quota.go @@ -535,7 +535,7 @@ func checkAndSendQuotaNotify(relayInfo *relaycommon.RelayInfo, quota int, preCon } if quotaTooLow { prompt := "您的额度即将用尽" - topUpLink := fmt.Sprintf("%s/topup", system_setting.ServerAddress) + topUpLink := fmt.Sprintf("%s/console/topup", system_setting.ServerAddress) // 根据通知方式生成不同的内容格式 var content string