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,