fix
This commit is contained in:
@@ -7,6 +7,6 @@ type MqConsumerRenderAssemble struct {
|
||||
}
|
||||
|
||||
func (m *MqConsumerRenderAssemble) Run(data []byte) error {
|
||||
fmt.Println("收到消息:" + string(data))
|
||||
fmt.Println("收到需要组装的消息:" + string(data))
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user