/**
  * 构造方法
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->fileBasePath = $this->config->upload->savePath;
 }
 /**
  * 构造方法
  * @param  string  $module
  */
 public function __construct($module)
 {
     parent::__construct();
     $this->setModule($module);
 }