Skip to content

2.6.1版本中网络请求返回401时候回调无法接收错误代码始终为-1 #51

@icefairy

Description

@icefairy

package org.kymjs.kjframe.http;
Network.java
105行应该为
throw new KJHttpException("auth error",networkResponse);
目前代码中错误的:throw new KJHttpException("auth error");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions