This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
userrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
47
Wiki
Activity
Browse Source
增加定义请求结构
master
v0.4.1
guzeng
3 years ago
parent
6748dc30aa
commit
b7b9cac1db
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
common.go
+ 5
- 0
common.go
View File
@ -37,6 +37,11 @@ type GetBusinessReq struct {
BusinessId
string
BusinessId
string
}
}
type
GetUserReq
struct
{
Req
UserId
string
}
type
Res
struct
{
type
Res
struct
{
Errcode
int
Errcode
int
Errmsg
string
Errmsg
string
Write
Preview
Loading…
Cancel
Save