From b3e6a2f410ad070f1f73b69fce6077936d2cfcc0 Mon Sep 17 00:00:00 2001 From: vapao Date: Fri, 10 Dec 2021 13:31:20 +0800 Subject: [PATCH] U update --- spug_api/apps/deploy/helper.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spug_api/apps/deploy/helper.py b/spug_api/apps/deploy/helper.py index 183244d..ff35543 100644 --- a/spug_api/apps/deploy/helper.py +++ b/spug_api/apps/deploy/helper.py @@ -65,6 +65,9 @@ class Helper: 'markdown': { 'title': 'Spug 发布消息通知', 'text': '\n\n'.join(texts) + }, + 'at': { + 'isAtAll': True } } Notification.handle_request(url, data, 'dd')