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()) }