main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit 49adef8da3 - Show all commits

View File

@ -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,