Commit 6f7945c9 by mushishixian

xiufu

parent 6deaf990
Showing with 1 additions and 0 deletions
......@@ -59,6 +59,7 @@ func (t *RecvPro) Consumer(dataByte []byte) error {
)
//先去转换队列消息的json,如果失败,记录起来
if err = json.Unmarshal(dataByte, &message); err != nil {
err = errors.New(string(dataByte))
goto ERR
}
//判断操作类型
......
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