Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
golang-queue-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
35834e06
authored
Mar 15, 2024
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整字段
parent
e01c08a7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
cms/user_login_mail/main.go
dal/cms/UserInfo/UserInfo.go
cms/user_login_mail/main.go
View file @
35834e06
...
@@ -4,11 +4,11 @@ import (
...
@@ -4,11 +4,11 @@ import (
"encoding/json"
"encoding/json"
"flag"
"flag"
"fmt"
"fmt"
"github.com/ichunt2019/logger"
"go-queue-server/dal/db"
"go-queue-server/dal/db"
"go-queue-server/util"
"go-queue-server/util"
"go-queue-server/util/ding"
"time"
"time"
"github.com/ichunt2019/logger"
)
)
type
UserLoginMail
struct
{
type
UserLoginMail
struct
{
...
@@ -106,11 +106,12 @@ func send_mail(data string) bool {
...
@@ -106,11 +106,12 @@ func send_mail(data string) bool {
var
isAtAll
bool
=
false
var
isAtAll
bool
=
false
if
res
==
nil
{
if
res
==
nil
{
ding
.
Send
(
util
.
Configs
.
Ding_msg
.
Webhook
,
"监控告警"
,
"后台用户登录邮件接口请求失败,原因:"
+
string
(
res
),
mobile
,
isAtAll
)
// ding.Send(util.Configs.Ding_msg.Webhook,"监控告警", "后台用户登录邮件接口请求失败,原因:" + string(res), mobile, isAtAll)
logger
.
Info
(
"后台用户登录邮件接口请求失败,原因:"
+
string
(
res
))
return
false
return
false
}
}
ding
.
Send
(
util
.
Configs
.
Ding_msg
.
Webhook
,
"监控告警"
,
"推送后台用户登录邮件:"
+
data
,
mobile
,
isAtAll
)
//
ding.Send(util.Configs.Ding_msg.Webhook, "监控告警", "推送后台用户登录邮件:" + data, mobile, isAtAll)
return
true
return
true
}
}
dal/cms/UserInfo/UserInfo.go
View file @
35834e06
...
@@ -33,12 +33,16 @@ type UserInfo struct {
...
@@ -33,12 +33,16 @@ type UserInfo struct {
Superior
string
`db:"superior"`
Superior
string
`db:"superior"`
UnemployDate
string
`db:"unemployDate"`
UnemployDate
string
`db:"unemployDate"`
EntryDate
string
`db:"entryDate"`
EntryDate
string
`db:"entryDate"`
ProbationDeadline
string
`db:"probation_deadline"`
PersonSite
string
`db:"personSite"`
PersonSite
string
`db:"personSite"`
Resume
string
`db:"resume"`
Resume
string
`db:"resume"`
Introduction
string
`db:"introduction"`
Introduction
string
`db:"introduction"`
EmergencyPeople
string
`db:"emergencyPeople"`
EmergencyPeople
string
`db:"emergencyPeople"`
EmergencyPhone
string
`db:"emergencyPhone"`
EmergencyPhone
string
`db:"emergencyPhone"`
OrgId
int
`db:"org_id"`
Status
int
`db:"status"`
Status
int
`db:"status"`
UnemployTime
int
`db:"unemploy_time"`
Ctime
string
`db:"ctime"`
Ctime
string
`db:"ctime"`
Mtime
string
`db:"mtime"`
Mtime
string
`db:"mtime"`
WechatUnionid
string
`db:"wechat_unionid"`
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment