We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d78944 commit fc90ec1Copy full SHA for fc90ec1
drivers/terabox/util.go
@@ -88,7 +88,7 @@ func (d *Terabox) request(rurl string, method string, callback base.ReqCallback,
88
return nil, err
89
}
90
errno := utils.Json.Get(res.Body(), "errno").ToInt()
91
- if errno == 4000023 || errno == 4500016 {
+ if errno == 4000023 || errno == 450016 {
92
// reget jsToken
93
err = d.resetJsToken()
94
if err != nil {
0 commit comments