Commit 37985910 authored by hujiebin's avatar hujiebin

Update user_center_func.go

parent 7c039f19
......@@ -553,7 +553,7 @@ func SendH5GameMute(userId uint64) error {
//记录socket,注意闭包问题
go func(userId uint64, msg *userProxy.H5GameVoiceMute, rspUids []uint64, err error) {
buf, _ := json.Marshal(msg)
AddRpcLog(MsgTypeH5GameUnMute, userId, string(buf[:]), rspUids, err)
AddRpcLog(MsgTypeH5GameMute, userId, string(buf[:]), rspUids, err)
}(userId, msg, rspUids, err)
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment