|
@@ -57,7 +57,6 @@ public class ChatRecordController {
|
|
return ResponseFormat.error();
|
|
return ResponseFormat.error();
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- // TODO: handle exception
|
|
|
|
return ResponseFormat.error();
|
|
return ResponseFormat.error();
|
|
}
|
|
}
|
|
String user_id = (String) userInfo.get("id");
|
|
String user_id = (String) userInfo.get("id");
|