public function __construct() { parent::__construct(); $this->platform = 'wechat_unified_pay'; $this->tradeType = 'NATIVE'; array_push($this->keys, 'product_id'); }
public function __construct() { parent::__construct(); $this->platform = 'wechat_js_pay'; $this->tradeType = 'JSAPI'; array_push($this->keys, 'openid'); }