wangchuanjin 9 years ago
parent
commit
46bb0cd85c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/src/qfw/coreutil/weixinrpc.go

+ 1 - 1
core/src/qfw/coreutil/weixinrpc.go

@@ -21,7 +21,7 @@ func init() {
 //微信远程调用,实现模板发送消息
 func SendManagerNotifyMsg(p *qrpc.NotifyMsg) {
 	util.Try(func() {
-		client, err := rpc.DialHTTP("tcp", "127.0.0.1:83")
+		client, err := rpc.DialHTTP("tcp", rpcserver)
 		defer client.Close()
 		if err != nil {
 			log.Println(err.Error())