Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
im-microservice
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Li Feifei
im-microservice
Commits
76f8001f
Commit
76f8001f
authored
Jul 08, 2020
by
Li Feifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
ec6956b8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
21 deletions
+23
-21
im_user.pb.go
pb/im_user.pb.go
+0
-0
im_user.proto
u-proto/im_user.proto
+23
-21
No files found.
pb/im_user.pb.go
View file @
76f8001f
This diff is collapsed.
Click to expand it.
u-proto/im_user.proto
View file @
76f8001f
...
...
@@ -53,33 +53,35 @@ message ImUserOneRequest {
message
ImUserOneReply
{
int64
Id
=
1
;
string
Accid
=
2
;
string
Name
=
3
;
string
Sing
=
4
;
string
Email
=
5
;
string
Birth
=
6
;
string
Mobile
=
7
;
int64
Valid
=
8
;
int64
MuteEstoppel
=
9
;
int64
MuteAudioVideo
=
10
;
string
Ex
=
11
;
int64
Gender
=
12
;
string
Createtime
=
13
;
string
Edition
=
14
;
string
Appkey
=
2
;
string
Accid
=
3
;
string
Name
=
4
;
string
Sing
=
5
;
string
Email
=
6
;
string
Birth
=
7
;
string
Mobile
=
8
;
int64
Valid
=
9
;
int64
MuteEstoppel
=
10
;
int64
MuteAudioVideo
=
11
;
string
Ex
=
12
;
int64
Gender
=
13
;
string
Createtime
=
14
;
string
Edition
=
15
;
}
//获取用户列表
message
ImUserListRequest
{
Common
Common
=
1
;
int64
Page
=
2
;
string
Mobile
=
3
;
string
Name
=
4
;
int64
Valid
=
5
;
int64
MuteEstoppel
=
6
;
int64
MuteAudioVideo
=
7
;
int64
Gender
=
8
;
string
Createtime
=
9
;
string
Edition
=
10
;
string
Accid
=
3
;
string
Mobile
=
4
;
string
Name
=
5
;
int64
Valid
=
6
;
int64
MuteEstoppel
=
7
;
int64
MuteAudioVideo
=
8
;
int64
Gender
=
9
;
string
Createtime
=
10
;
string
Edition
=
11
;
}
message
ImUserListReply
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment