Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-common
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
hujiebin
hilo-common
Commits
7d21e336
Commit
7d21e336
authored
Jul 24, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:svip
parent
f74b3440
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
userProxy.proto
protocol/userProxy.proto
+1
-12
user_center_func.go
rpc/user_center_func.go
+2
-1
No files found.
protocol/userProxy.proto
View file @
7d21e336
...
...
@@ -462,16 +462,5 @@ message MicUserData {
uint32
svipLevel
=
12
;
string
micEffect
=
14
;
string
headwearIcon
=
15
;
}
message
CvSvip
{
int32
svipLevel
=
1
;
repeated
CVSvipPrivilege
privileges
=
2
;
}
message
CVSvipPrivilege
{
int32
type
=
1
;
bool
canSwitch
=
2
;
bool
userSwitch
=
3
;
string
mysteryCode
=
4
;
Svip
svip
=
16
;
}
\ No newline at end of file
rpc/user_center_func.go
View file @
7d21e336
...
...
@@ -402,7 +402,7 @@ func SendSvipUpgrade(nick, avatar string, svipLevel uint32, txGroupId string) er
// 发送socket的麦位变化
func
SendSocketMicChange
(
seqId
string
,
userId
uint64
,
externalId
,
txGroupId
string
,
i
uint32
,
lock
,
forbid
,
micForbid
bool
,
agoraId
uint32
,
micUserId
uint64
,
micUserExternalId
string
,
avatar
,
nick
string
,
sex
uint32
,
code
string
,
isVip
bool
,
noble
uint32
,
headwearPicUrl
,
headwearEffectUrl
,
headwearReverseEffectUrl
string
,
svipLevel
uint32
,
micEffect
,
headwearIcon
string
)
error
{
svipLevel
uint32
,
micEffect
,
headwearIcon
string
,
svip
*
userProxy
.
Svip
)
error
{
var
msg
=
&
userProxy
.
GroupMicChange
{
SeqId
:
seqId
,
GroupId
:
txGroupId
,
...
...
@@ -428,6 +428,7 @@ func SendSocketMicChange(seqId string, userId uint64, externalId, txGroupId stri
SvipLevel
:
svipLevel
,
MicEffect
:
micEffect
,
HeadwearIcon
:
headwearIcon
,
Svip
:
svip
,
},
}
if
buffer
,
err
:=
proto
.
Marshal
(
msg
);
err
==
nil
{
...
...
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