From 49adef8da37cb3d737ae904dde0b85fec4160f42 Mon Sep 17 00:00:00 2001 From: jingrow Date: Thu, 2 Oct 2025 18:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=BB=BA=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E6=97=B6=E6=97=A0=E6=B3=95=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jcloud/api/aliyun_server_light.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jcloud/api/aliyun_server_light.py b/jcloud/api/aliyun_server_light.py index 44c8aa8..299bd4a 100644 --- a/jcloud/api/aliyun_server_light.py +++ b/jcloud/api/aliyun_server_light.py @@ -1026,7 +1026,7 @@ def create_server_order(**kwargs): "pagetype": "Order", "order_id": order_id, "order_type": "新建服务器", - "team": team, + "team": team.name, "status": "待支付", "total_amount": total_amount, "title": f"{region_id}", @@ -1089,7 +1089,7 @@ def create_server_renew_order(**kwargs): "pagetype": "Order", "order_id": order_id, "order_type": "服务器续费", - "team": team, + "team": team.name, "status": "待支付", "total_amount": total_amount, "title": server_pg.instance_id,