换为产品2.0
This commit is contained in:
@@ -95,7 +95,7 @@ def get_all_bugs_and_send():
|
|||||||
product_name = product.get('name')
|
product_name = product.get('name')
|
||||||
|
|
||||||
# 只获取产品ID为2的
|
# 只获取产品ID为2的
|
||||||
if product_id != 2:
|
if product_id != 1:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
print(f"\n获取产品 '{product_name}' 的Bug...")
|
print(f"\n获取产品 '{product_name}' 的Bug...")
|
||||||
@@ -376,7 +376,7 @@ def send_simple_report():
|
|||||||
|
|
||||||
message = f"🐛 禅道Bug速报\n"
|
message = f"🐛 禅道Bug速报\n"
|
||||||
message += f"⏰ 时间: {current_time}\n"
|
message += f"⏰ 时间: {current_time}\n"
|
||||||
message += f"📊 产品: 智慧运营平台V1.0\n"
|
message += f"📊 产品: 智慧运营平台V2.0\n"
|
||||||
message += f"================================\n"
|
message += f"================================\n"
|
||||||
message += f"📈 当前总Bug数: {total_bugs}\n"
|
message += f"📈 当前总Bug数: {total_bugs}\n"
|
||||||
message += f"🔗 查看详情: {bug_url}\n"
|
message += f"🔗 查看详情: {bug_url}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user