Exemple #1
0
 public function __construct($url, $merchantId, $key)
 {
     parent::__construct($url, $merchantId, $key);
     $this->charSet()->setSignType()->setCurrency();
 }
Exemple #2
0
 public function __construct($url, $merchantId, $key)
 {
     parent::__construct($url, $merchantId, $key);
     $this->setSignType()->setVersion(self::VERSION_15);
     //设置加密类型
 }