* * @return string */ protected function getMethod() { return 'alipay.trade.page.pay'; } /** * get productCode config. * * @author yansongda * * @return string */ protected function getProductCode() { return 'FAST_INSTANT_TRADE_PAY'; } /** * pay a order. * * @author yansongda * * @param array $config_biz * * @return string */ public function pay(array $config_biz = []) { parent::pay($config_biz); return $this->buildPayHtml(); } }