mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-02 06:22:20 +00: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 = {
|
||||
content: msg
|
||||
};
|
||||
// yzjtype=0 => general robot
|
||||
const url = `${notification.yzjWebHookUrl}?yzjtype=0&yzjtoken=${notification.yzjToken}`;
|
||||
|
||||
const result = await axios.post(url, params, config);
|
||||
|
|
Loading…
Add table
Reference in a new issue