feat: channel Lark is done

This commit is contained in:
JustSong
2022-11-22 09:09:15 +08:00
parent 2a5764f00f
commit d634445c25
5 changed files with 117 additions and 9 deletions
+2
View File
@@ -27,6 +27,8 @@ type User struct {
WeChatCorpAccountSecret string `json:"wechat_corp_account_secret" gorm:"column:wechat_corp_account_secret"`
WeChatCorpAccountAgentId string `json:"wechat_corp_account_agent_id" gorm:"column:wechat_corp_account_agent_id"`
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"`
}
func GetMaxUserId() int {