feat: channel Ding is done

This commit is contained in:
JustSong
2022-11-22 09:50:50 +08:00
parent d634445c25
commit d18eefe6b6
5 changed files with 92 additions and 6 deletions
+2
View File
@@ -29,6 +29,8 @@ type User struct {
WeChatCorpAccountUserId string `json:"wechat_corp_account_user_id" gorm:"column:wechat_corp_account_user_id"`
LarkWebhookURL string `json:"lark_webhook_url"`
LarkWebhookSecret string `json:"lark_webhook_secret"`
DingWebhookURL string `json:"ding_webhook_url"`
DingWebhookSecret string `json:"ding_webhook_secret"`
}
func GetMaxUserId() int {