From f49dbd27a16ba05378ffa8978b75f9a2588e124b Mon Sep 17 00:00:00 2001 From: jingrow Date: Tue, 13 May 2025 02:17:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E9=A2=9D=E6=8F=8F=E8=BF=B0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=88=A0=E9=99=A4API=E4=BD=BF=E7=94=A8=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jcloud/api/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcloud/api/account.py b/jcloud/api/account.py index ec331ba..babdcc3 100644 --- a/jcloud/api/account.py +++ b/jcloud/api/account.py @@ -1712,7 +1712,7 @@ def deduct_api_usage_fee(api_key: str, api_secret: str, api_name: str, usage_cou "type": "Adjustment", "source": "Prepaid Credits", "amount": -1 * float(total_price), # 使用负数表示扣减 - "description": f"API使用费: {api_description} x {usage_count}次", + "description": f"{api_description} x {usage_count}次", }) # 保存交易记录