|
@@ -64,6 +64,7 @@ func init() {
|
|
|
Processor.Register(&OptAddFriendRequest{})
|
|
|
|
|
|
Processor.Register(&SearchUser{})
|
|
|
+ Processor.Register(&ResSearchUser{})
|
|
|
|
|
|
Processor.Range(func(id uint16, t reflect.Type) {
|
|
|
log.Debug("消息ID: %d, 消息类型: %s\n", id, t.Elem().Name())
|