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