2 Star 0 Fork 0

TeamsHub/backend-gopkg

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
send.go 698 Bytes
Copy Edit Raw Blame History
HCY authored 2024-05-10 12:41 +08:00 . c
package notify
import (
"time"
)
/*
@Author : lanyulei
@同时发送多种通知方式
*/
type BodyData struct {
SendTo interface{} // 接受人
Subject string // 标题
Classify []int // 通知类型
Id int64 // 工单ID
Title string // 工单标题
Creator string // 工单创建人
Priority int // 工单优先级
PriorityValue string // 工单优先级
CreatedAt time.Time // 工单创建时间
Content string // 通知的内容
Description string // 表格上面的描述信息
ProcessId int64 // 流程ID
Domain string // 域名地址
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuzheng0709/backend-gopkg.git
git@gitee.com:wuzheng0709/backend-gopkg.git
wuzheng0709
backend-gopkg
backend-gopkg
v1.3.12

Search