Ejemplo n.º 1
0
 public function WapLoginRequest($secretKey)
 {
     parent::__construct($secretKey);
     parent::setParameter($this->SIGN_ENCRYPT_KEYID, "0");
     parent::setParameter($this->VSERSION, "1.0");
     parent::setParameter($this->CHTYPE, "0");
     parent::setParameter($this->INPUT_CHARSET, "GBK");
 }
 function MicroBlogSendRequest($secretKey)
 {
     parent::__construct(secretKey);
 }
Ejemplo n.º 3
0
 /**
  * secretKey
  * @param secretKey
  */
 function PayRequest($secretKey)
 {
     parent::__construct($secretKey);
 }
 /**
  * 构造方法
  * 
  * @param secretKey
  *            加密KEY
  */
 function WapJumpToTenpayRequest($secretKey)
 {
     //super(secretKey);
     parent::__construct($secretKey);
 }
 public function WapJumpToTenpayRequest($secretKey)
 {
     parent::__construct($secretKey);
 }
Ejemplo n.º 6
0
 public function WapPayRequest($secretKey)
 {
     parent::__construct($secretKey);
 }