From ce26905143af7f25b29efbdf729955d813ab7a94 Mon Sep 17 00:00:00 2001 From: liangdas <1587790525@qq.com> Date: Sat, 14 Mar 2020 09:46:49 +0800 Subject: [PATCH] = --- example/helloworld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/helloworld.go b/example/helloworld.go index 9db783c..a952fa8 100644 --- a/example/helloworld.go +++ b/example/helloworld.go @@ -34,7 +34,7 @@ func main() { } //访问HelloWorld001模块的HD_Say函数 - msg, err := this.Request("HelloWorld@HelloWorld001/HD_Say", []byte(`{"say":"我是梁大帅"}`)) + msg, err := this.Request("HelloWorld/HD_Say", []byte(`{"say":"我是梁大帅"}`)) if err != nil { fmt.Println(err.Error()) }