You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* 服务端正常响应但返回信息解析出错 /
public static final int HTTP_ERROR_AND_JSON_ERROR = 4;
/*
* 服务端返回错误且返回信息解析出错
*/
public static final int HTTP_OK_BUT_JSON__ERROR = 5;