/** * [doing description] * @throws WechatPayRequestFailException * WechatPayRequestFailException * WechatPayRequestFailException * @return [type] [description] */ public function doing() { $args = func_get_arg(0); $this->gateway->setProductId($args['product_id']); parent::doing($args); // $this->result = $this->result->getCodeUrl(); }
/** * [doing description] * @throws WechatPayRequestFailException * WechatPayRequestFailException * WechatPayRequestFailException * @return [type] [description] */ public function doing() { $args = func_get_arg(0); $this->gateway->setOpenId($args['openid']); parent::doing($args); // $this->result = $this->result->createWebPaymentPackage(); }