Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update util.go
Signed-off-by: yuyamionini <46483865+yuyamionini@users.noreply.github.com>
  • Loading branch information
yuyamionini authored Oct 27, 2025
commit 8c8d67223ed52c958b71e7afb26e7775da3485c7
2 changes: 1 addition & 1 deletion drivers/terabox/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (d *Terabox) request(rurl string, method string, callback base.ReqCallback,
return nil, err
}
errno := utils.Json.Get(res.Body(), "errno").ToInt()
if errno == 4000023 || errno == 4500016 {
if errno == 4000023 || errno == 450016 {
// reget jsToken
err = d.resetJsToken()
if err != nil {
Expand Down