/**
  * @return bool|multitype true 输出debug信息
  */
 public static function isDebug()
 {
     if (!isset(self::$debugeSwither)) {
         self::$debugeSwither = APF::get_instance()->get_config("static_plan_up_down_debug_switch");
     }
     return self::$debugeSwither;
 }