@@ -371,7 +371,7 @@ func (p *Pcsearch) SearchPower(module string) {
})
}
- return nil, nil
+ return r, nil
}()
p.ServeJson(NewResult(data, err))