From 364285ea8968296a24f016b308f65eb0bacfe607 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 22 六月 2020 16:08:30 +0800
Subject: [PATCH] add log

---
 service/msgPush.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/service/msgPush.go b/service/msgPush.go
index 3d8d42c..18408e3 100644
--- a/service/msgPush.go
+++ b/service/msgPush.go
@@ -104,7 +104,8 @@
 				goto ReTry
 			}
 		}
-
+	} else {
+		fmt.Println("鎺ㄩ�佺粨鏋�:", result)
 	}
 
 	return false, errors.New("鎺ㄩ�佸け璐�")

--
Gitblit v1.8.0