mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 15:46:02 -04:00
add a comment what yzjtype=0
menas
This commit is contained in:
parent
680fcc06f4
commit
3d5c4c663b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user