Commit d7eeb95a authored by 王海's avatar 王海

修改异常对话框提示

parent 172beea1
......@@ -72,7 +72,7 @@ class ResultFilter<T> implements Function<HttpMessage<T>, T> {
@Override
public void run() {
Intent intent = new Intent();
intent.putExtra("serverErr", "错误码:" + tHttpMessage.getReturnCode() +
intent.putExtra("serverErr", "状态码:" + tHttpMessage.getReturnCode() +
"\n\n\n" + tHttpMessage.getReturnInfo());
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setClass(ActivityUtils.getTopActivity(), ServerErrActivity.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment