fix
This commit is contained in:
parent
3a6eeb316b
commit
ca6a10c373
|
@ -80,6 +80,7 @@ func CommonNotify(WebsocketAddr, wid string, event *wevent.WebsocketEvent) error
|
||||||
}
|
}
|
||||||
|
|
||||||
result := wresp.Json()
|
result := wresp.Json()
|
||||||
|
logx.Error(result.String())
|
||||||
if result.Get("code").Int() != 200 {
|
if result.Get("code").Int() != 200 {
|
||||||
return fmt.Errorf("%s", result.String())
|
return fmt.Errorf("%s", result.String())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user