正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -125,9 +125,9 @@ func (notices *notifySms) checkSendSms() error { | @@ -125,9 +125,9 @@ func (notices *notifySms) checkSendSms() error { | ||
125 | 125 | ||
126 | // sendSms 发送短信消息 | 126 | // sendSms 发送短信消息 |
127 | func (notices *notifySms) sendSms(param *domain.LogSms) error { | 127 | func (notices *notifySms) sendSms(param *domain.LogSms) error { |
128 | - // if constant.Env != "prd" { | ||
129 | - // return nil | ||
130 | - // } | 128 | + if constant.Env != "prd" { |
129 | + return nil | ||
130 | + } | ||
131 | //单开处理 数据保存操作,发一条短信更新一条数据 | 131 | //单开处理 数据保存操作,发一条短信更新一条数据 |
132 | transactionContext, err := factory.CreateTransactionContext(nil) | 132 | transactionContext, err := factory.CreateTransactionContext(nil) |
133 | if err != nil { | 133 | if err != nil { |
-
请 注册 或 登录 后发表评论