From 4f68f3e1b340f2c5bcfb12d77c970c1bcff6bab9 Mon Sep 17 00:00:00 2001 From: JustSong Date: Fri, 31 Jan 2025 20:16:56 +0800 Subject: [PATCH] chore: update log content --- relay/billing/billing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/billing/billing.go b/relay/billing/billing.go index 8bd086fe..2f87dfaf 100644 --- a/relay/billing/billing.go +++ b/relay/billing/billing.go @@ -32,7 +32,7 @@ func PostConsumeQuota(ctx context.Context, tokenId int, quotaDelta int64, totalQ } // totalQuota is total quota consumed if totalQuota != 0 { - logContent := fmt.Sprintf("%.2f × %.2f", modelRatio, groupRatio) + logContent := fmt.Sprintf("倍率:%.2f × %.2f", modelRatio, groupRatio) model.RecordConsumeLog(ctx, &model.Log{ UserId: userId, ChannelId: channelId,