auto-sync: 2026-05-18 16:17:03

This commit is contained in:
cfdaily
2026-05-18 16:17:03 +08:00
parent 53919157d1
commit 7a00fd09ac
+1 -1
View File
@@ -613,7 +613,7 @@ class TestE8MailTab:
# 添加评论(通过 blackboard 直接写)
from src.api.mail_routes import _db_path
bb = Blackboard(_db_path())
bb.add_comment(mid, "simayi-challenger", "收到,正在处理", comment_type="reply")
bb.add_comment(mid, "simayi-challenger", "收到,正在处理", comment_type="general")
resp = client.get(f"/api/mail/{mid}")
data = resp.json()