feat:优化错误传递方式
This commit is contained in:
@@ -14,7 +14,7 @@ func Guardian() {
|
||||
_ = recover()
|
||||
}()
|
||||
if !util.Checker.NetOk() {
|
||||
Login(false)
|
||||
_ = Login(false)
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user