Przeglądaj źródła

fix: correct topUp link

feitianbubu 2 miesięcy temu
rodzic
commit
74e5e640c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/quota.go

+ 1 - 1
service/quota.go

@@ -535,7 +535,7 @@ func checkAndSendQuotaNotify(relayInfo *relaycommon.RelayInfo, quota int, preCon
 		}
 		}
 		if quotaTooLow {
 		if quotaTooLow {
 			prompt := "您的额度即将用尽"
 			prompt := "您的额度即将用尽"
-			topUpLink := fmt.Sprintf("%s/topup", system_setting.ServerAddress)
+			topUpLink := fmt.Sprintf("%s/console/topup", system_setting.ServerAddress)
 
 
 			// 根据通知方式生成不同的内容格式
 			// 根据通知方式生成不同的内容格式
 			var content string
 			var content string