Commit c2a96232 by 朱继来

线上销售离职队列添加钉钉告警

parent 8105a4b5
Showing with 1 additions and 0 deletions
......@@ -93,6 +93,7 @@ func main() {
for d := range msgs {
fmt.Println(string(d.Body))
json.Unmarshal(d.Body, &sale_id)
service.DingAlert(configs.Ding_crm_token, "线上销售离职队列任务,当前离职人员ID:"+strconv.Itoa(sale_id.SaleId), "")
consume(sale_id.SaleId)
}
}()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment