/**
  * 判断是否是debug模式
  *
  * @return 是否debug
  */
 public static boolean isDebugModel() {
   return info.isDebugMode();
 }