add a comment what yzjtype=0 menas

This commit is contained in:
Frank Elsinga 2025-03-14 02:31:24 +01:00 committed by GitHub
parent 680fcc06f4
commit 3d5c4c663b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ class YZJ extends NotificationProvider {
const params = {
content: msg
};
// yzjtype=0 => general robot
const url = `${notification.yzjWebHookUrl}?yzjtype=0&yzjtoken=${notification.yzjToken}`;
const result = await axios.post(url, params, config);