options->set('method', 'alipay.data.dataservice.bill.downloadurl.query'); } /** * 获取账单下载地址 * @param array $options 账单参数(bill_type, bill_date 等) * @return array 包含 bill_download_url 的响应数据 * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ public function apply($options) { return $this->getResult($options); } }