Update dingding notification title
Add the status to the title, you can see the message title on the friend list page.
This commit is contained in:
		
							parent
							
								
									94ffeeeab6
								
							
						
					
					
						commit
						dce908a07b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -14,8 +14,8 @@ class DingDing extends NotificationProvider { | ||||||
|                 let params = { |                 let params = { | ||||||
|                     msgtype: "markdown", |                     msgtype: "markdown", | ||||||
|                     markdown: { |                     markdown: { | ||||||
|                         title: monitorJSON["name"], |                         title: `[${this.statusToString(heartbeatJSON["status"])}] ${monitorJSON["name"]}`, | ||||||
|                         text: `## [${this.statusToString(heartbeatJSON["status"])}] \n > ${heartbeatJSON["msg"]}  \n > Time(UTC):${heartbeatJSON["time"]}`, |                         text: `## [${this.statusToString(heartbeatJSON["status"])}] ${monitorJSON["name"]} \n > ${heartbeatJSON["msg"]}  \n > Time(UTC):${heartbeatJSON["time"]}`, | ||||||
|                     } |                     } | ||||||
|                 }; |                 }; | ||||||
|                 if (this.sendToDingDing(notification, params)) { |                 if (this.sendToDingDing(notification, params)) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue