From a4d57428ba9ff2c96d195c3e2f7058bdb34a4e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 19 May 2021 14:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AliPay/Bill.php | 2 +- AliPay/Pos.php | 2 +- AliPay/Scan.php | 2 +- AliPay/Trade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AliPay/Bill.php b/AliPay/Bill.php index ed3c981..80c5b8b 100644 --- a/AliPay/Bill.php +++ b/AliPay/Bill.php @@ -36,7 +36,7 @@ class Bill extends BasicAliPay /** * 创建数据操作 * @param array $options - * @return mixed + * @return array|bool * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ diff --git a/AliPay/Pos.php b/AliPay/Pos.php index bb43cec..c82e283 100644 --- a/AliPay/Pos.php +++ b/AliPay/Pos.php @@ -37,7 +37,7 @@ class Pos extends BasicAliPay /** * 创建数据操作 * @param array $options - * @return mixed + * @return array|bool * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ diff --git a/AliPay/Scan.php b/AliPay/Scan.php index 85bfc70..0ecf4b0 100644 --- a/AliPay/Scan.php +++ b/AliPay/Scan.php @@ -36,7 +36,7 @@ class Scan extends BasicAliPay /** * 创建数据操作 * @param array $options - * @return mixed + * @return array|bool * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ diff --git a/AliPay/Trade.php b/AliPay/Trade.php index 0438f3e..b1aac3f 100644 --- a/AliPay/Trade.php +++ b/AliPay/Trade.php @@ -69,7 +69,7 @@ class Trade extends BasicAliPay /** * 执行通过接口 * @param array $options - * @return array|boolean|mixed + * @return array|boolean * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */