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')