From a5fcd85b72eee31ad7209a7f4e1c96f034143e23 Mon Sep 17 00:00:00 2001 From: XianglongLuo <1981826068@qq.com> Date: Fri, 29 Nov 2019 11:55:13 +0800 Subject: [PATCH] Support API URL for WeChat notifier --- apis/management.cattle.io/v3/alerting_types.go | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 apis/management.cattle.io/v3/alerting_types.go diff --git a/apis/management.cattle.io/v3/alerting_types.go b/apis/management.cattle.io/v3/alerting_types.go old mode 100644 new mode 100755 index 1f839ac2..97a1a914 --- a/apis/management.cattle.io/v3/alerting_types.go +++ b/apis/management.cattle.io/v3/alerting_types.go @@ -311,6 +311,7 @@ type WechatConfig struct { Agent string `json:"agent,omitempty" norman:"required"` Corp string `json:"corp,omitempty" norman:"required"` RecipientType string `json:"recipientType,omitempty" norman:"required,options=tag|party|user,default=party"` + APIURL string `json:"apiUrl,omitempty"` *HTTPClientConfig }