Esempio n. 1
0
 /** 
  * 获得验证码
  */
 public function showverifyAction()
 {
     $veryfy = new PwVerifyCode();
     $veryfy->showVerifyCode();
 }
Esempio n. 2
0
 public function getverifycodeAction()
 {
     Wind::import("LIB:utility.PwVerifyCode");
     $veryfy = new PwVerifyCode();
     $veryfy->showVerifyCode();
 }