mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
add a comment what yzjtype=0
menas
This commit is contained in:
parent
680fcc06f4
commit
3d5c4c663b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class YZJ extends NotificationProvider {
|
||||||
const params = {
|
const params = {
|
||||||
content: msg
|
content: msg
|
||||||
};
|
};
|
||||||
|
// yzjtype=0 => general robot
|
||||||
const url = `${notification.yzjWebHookUrl}?yzjtype=0&yzjtoken=${notification.yzjToken}`;
|
const url = `${notification.yzjWebHookUrl}?yzjtype=0&yzjtoken=${notification.yzjToken}`;
|
||||||
|
|
||||||
const result = await axios.post(url, params, config);
|
const result = await axios.post(url, params, config);
|
||||||
|
|
Loading…
Add table
Reference in a new issue