update v2 links

This commit is contained in:
Sola
2016-03-25 03:13:11 +08:00
parent daaecd9b97
commit 21051ceabf
4 changed files with 61 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ public class Login extends HttpServlet {
return sid;
} catch (Exception e) {
e.printStackTrace();
return Error.REQUEST_FAILED;
return Error.INTERNAL_ERROR;
}
}
}