From 6a989f27d2f03e3b8d1ff125b2e6e32c25487729 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期四, 04 三月 2021 19:25:32 +0800
Subject: [PATCH] add log

---
 requestTopic.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requestTopic.go b/requestTopic.go
index b3233fd..a6abdac 100644
--- a/requestTopic.go
+++ b/requestTopic.go
@@ -1,8 +1,8 @@
-package mc
+package bhomeclient
 
 type MicroFunc func(req *Request) *Reply
 
 
 type Transport interface {
-	RequestTopic(string, Request) (*Reply,error)
+	RequestTopic(string, Request, int) (*Reply,error)
 }
\ No newline at end of file

--
Gitblit v1.8.0