通知模板ui优化

This commit is contained in:
linxiaozhi
2019-02-16 23:04:47 +08:00
parent b98c77d7b7
commit b18458795a
4 changed files with 31 additions and 12 deletions

View File

@@ -349,6 +349,7 @@ func (j *Job) Run() {
err := json.Unmarshal([]byte(content), &param)
if err != nil {
fmt.Println("发送信息错误", err)
return
}
notify.SendSmsToChan(phone, param)