Browse Source

增加发送结果消息

master v0.1.2
guzeng 2 years ago
parent
commit
06e050d78a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      common.go

+ 4
- 0
common.go View File

@ -8,6 +8,10 @@ type MsgBody struct {
Data string
}
type MsgSend struct {
Result string
}
func rpc_server_conn(url ...string) (*RabbitmqServiceClient, error) {
var wx_rpc_url string = "127.0.0.1:7955"


Loading…
Cancel
Save