Browse Source

增加声明MsgSend

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

+ 4
- 0
common.go View File

@ -22,6 +22,10 @@ type MsgBody struct {
Memo string
}
type MsgSend struct {
Id string
}
func rpc_server_conn(url ...string) (*MsgRpcServiceClient, error) {
var wx_rpc_url string = "127.0.0.1:" + conf.MSG_RPC_PORT


Loading…
Cancel
Save