mobile CCTV,mobile surveillance,police body worn cameras

标题: 登录服务器时获取JNIMESSAGE_KEY_I_RESULT,返回400 [打印本页]

author: cus5    time: 2018-8-20 16:38
标题: 登录服务器时获取JNIMESSAGE_KEY_I_RESULT,返回400
400是什么错误?
  1. public boolean process(JNIMessage message) {
  2.                 if ("login".equals(message
  3.                                 .getStrParam(JNIMessage.Key.JNIMESSAGE_KEY_S_ID.getName()))) {
  4.                         MPULanguage.LanguageSet(context);
  5.                         int result = message.getIntParam(
  6.                                         JNIMessage.Key.JNIMESSAGE_KEY_I_RESULT.getName(), 0);//result=400
  7.                         if (result / 100 == 2) {
  8.                                 if (loginResult != null) {
  9.                                         loginResult.onLoginResult(true);
  10.                                         if(mpu.getPreviewEntity().getPlatform() == 0){
  11.                                                 IMControl.getConfList();
  12.                                         }
  13.                                 }
  14.                         } else {
  15.                                 Log.d("LoginProcess", "------------->logout");
  16.                                 loginResult.onLoginResult(false);
  17.                         }
  18.                         return true;
  19.                 }
  20.                 return false;
  21.         }
copycode







欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/) Powered by Discuz! X3.2