feat: add supports for thunder_browser driver (#6529 close #6526)

* feat: add supports for thunderX driver

* fix: Fix the bug where UserID is not passed correctly

* feat: add support for thunder_browser driver
This commit is contained in:
YangXu
2024-05-27 21:34:26 +08:00
committed by GitHub
parent 163af0515f
commit 639b7817bf
6 changed files with 1395 additions and 0 deletions

View File

@ -515,6 +515,7 @@ func (xc *XunLeiXCommon) Login(username, password string) (*TokenResp, error) {
if err != nil {
return nil, err
}
resp.UserID = resp.Sub
return &resp, nil
}