public function run()
 {
     Wind::import('SRV:verify.srv.PwVerifyService');
     $srv = new PwVerifyService('PwVerifyService_getVerifyType');
     $verifyType = $srv->getVerifyType();
     $config = Wekit::C()->getValues('verify');
     $this->setOutput($config, 'config');
     $this->setOutput($verifyType, 'verifyType');
 }