public function __construct($properties = array())
 {
     $this->version = 'V2.0.01';
     $this->signType = 'MD5';
     $this->notifyType = 'html';
     parent::__construct($properties);
 }
Esempio n. 2
0
 public function __construct($properties = array())
 {
     $this->version = '1.0.8';
     $this->signType = 'MD5';
     parent::__construct($properties);
 }