This commit is contained in:
jiangyong27 2024-03-27 18:48:16 +08:00
parent 8bd4976fda
commit 2cdd9c7b32
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func (g *Getui) GetUserStatus(cid string) (*GetuiStatus, error) {
})
if err != nil {
log.Errorf("goutil http get error :%s", err.Error())
log.Warningf("goutil http get error :%s", err.Error())
return nil, err
}
result, err := g.getResult(rspBody)