2 Star 0 Fork 0

TeamsHub/backend-gopkg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
domain
infrastructure
config
connector
pkg
aes
aria2
auth
authn
balancer
browser
cache
cluster
code
color
conf
crontab
database
ddm
email
env
errno
errors
file
filesystem
gin
grpclient
hash
hashid
hcode
httpclient
ifc
img
jwt
koala
live
log
mail
md5
mocks
models
mongo
mq
notify
email
send.go
ocr
opensearch_industry
oss
pdf2imag
recaptcha
request
rsa
serializer
shutdown
signature
slsLog
sms
task
thumb
time_parse
token
tool
toolfunc
trace
urltable
util
validator
webdav
wxwork
xml
filesystem.zip
third/gismag
.gitignore
LICENSE
Makefile
README.en.md
README.md
go.mod
go.sum
plugin.go
zoneinfo.zip
克隆/下载
send.go 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
HCY 提交于 9个月前 . 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.6.17

搜索帮助