From c3206134c3475a4c6e3b535a5ba8dcc33a4fca04 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 24 May 2018 11:49:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E7=B1=BB?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WePay/Bill.php | 4 ++-- WePay/TransFresBank.php | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WePay/Bill.php b/WePay/Bill.php index f8a5106..d24b929 100644 --- a/WePay/Bill.php +++ b/WePay/Bill.php @@ -30,7 +30,7 @@ class Bill extends BasicPay * @param array $options 静音参数 * @param null|string $outType 输出类型 * @return bool|string - * @throws InvalidResponseException + * @throws \WeChat\Exceptions\InvalidResponseException */ public function download(array $options, $outType = null) { @@ -51,7 +51,7 @@ class Bill extends BasicPay * 拉取订单评价数据 * @param array $options * @return array - * @throws InvalidResponseException + * @throws \WeChat\Exceptions\InvalidResponseException */ public function commtent(array $options) { diff --git a/WePay/TransFresBank.php b/WePay/TransFresBank.php index 8c10936..b4400d2 100644 --- a/WePay/TransFresBank.php +++ b/WePay/TransFresBank.php @@ -32,8 +32,8 @@ class TransFresBank extends BasicPay * 企业付款到银行卡 * @param array $options * @return array - * @throws InvalidDecryptException - * @throws InvalidResponseException + * @throws \WeChat\Exceptions\InvalidDecryptException + * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ public function create(array $options) @@ -68,7 +68,7 @@ class TransFresBank extends BasicPay * 商户企业付款到银行卡操作进行结果查询 * @param string $partnerTradeNo 商户订单号,需保持唯一 * @return array - * @throws InvalidResponseException + * @throws \WeChat\Exceptions\InvalidResponseException */ public function query($partnerTradeNo) { @@ -82,8 +82,8 @@ class TransFresBank extends BasicPay * @param string $string * @param string $encrypted * @return string - * @throws InvalidDecryptException - * @throws InvalidResponseException + * @throws \WeChat\Exceptions\InvalidDecryptException + * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ private function rsaEncode($string, $encrypted = '') @@ -102,7 +102,7 @@ class TransFresBank extends BasicPay /** * 获取签名文件内容 * @return string - * @throws InvalidResponseException + * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ private function getRsaContent()