options->set('method', 'alipay.fund.trans.toaccount.transfer'); } /** * 创建数据操作 * @param array $options * @return mixed * @throws \WeChat\Exceptions\InvalidResponseException */ public function apply($options) { return $this->getResult($options); } }