This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
msgrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
增加声明MsgSend
master
v0.1.2
guzeng
3 years ago
parent
9326c6b6fe
commit
239c659d43
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save