From da3f814451796540580ba612fbf8570d91a5e5a2 Mon Sep 17 00:00:00 2001 From: jingrow Date: Thu, 9 Oct 2025 21:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E7=BB=AD=E8=B4=B9=E6=97=B6=E5=87=BA=E7=8E=B0=E7=9A=84team?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jcloud/api/aliyun_server_light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcloud/api/aliyun_server_light.py b/jcloud/api/aliyun_server_light.py index 299bd4a..137493f 100644 --- a/jcloud/api/aliyun_server_light.py +++ b/jcloud/api/aliyun_server_light.py @@ -1089,7 +1089,7 @@ def create_server_renew_order(**kwargs): "pagetype": "Order", "order_id": order_id, "order_type": "服务器续费", - "team": team.name, + "team": team, "status": "待支付", "total_amount": total_amount, "title": server_pg.instance_id,