Commit 87f44e5e by mushishixian

测试

parent be79893f
Showing with 1 additions and 0 deletions
...@@ -69,6 +69,7 @@ func (t *RecvPro) Consumer(dataByte []byte) error { ...@@ -69,6 +69,7 @@ func (t *RecvPro) Consumer(dataByte []byte) error {
outStore.BillId = message.Data.FSourceBillID outStore.BillId = message.Data.FSourceBillID
messageData, err = json.Marshal(&message) messageData, err = json.Marshal(&message)
if err != nil { if err != nil {
service.SendDingTalkRobotToApi("message")
goto ERR goto ERR
} }
outStore.QueueMessage = string(messageData) outStore.QueueMessage = string(messageData)
......
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