options->set('method', 'alipay.trade.pay'); $this->params->set('product_code', 'FACE_TO_FACE_PAYMENT'); } /** * 创建数据操作 * @param array $options * @return mixed * @throws \WeChat\Exceptions\InvalidResponseException */ public function apply($options) { return $this->getResult($options, 'get'); } }