Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdas committed Mar 14, 2020
1 parent c675544 commit ce26905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/helloworld.go
Expand Up @@ -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())
}
Expand Down

0 comments on commit ce26905

Please sign in to comment.