1
This commit is contained in:
@@ -102,8 +102,8 @@ func (c *IMController) GetPoiIMStatus() {
|
||||
b := bytes.NewBufferString(params.Data)
|
||||
decoder := json.NewDecoder(b)
|
||||
if err := decoder.Decode(&req); err == nil {
|
||||
retVal, hint := im.GetPoiIMStatus(req)
|
||||
return retVal, hint, nil
|
||||
retVal := im.GetPoiIMStatus(req)
|
||||
return retVal, "", nil
|
||||
} else {
|
||||
return nil, "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user