From 8ad6e828a606c2530150aff77bc19027f022fdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 5 Sep 2022 13:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A=EF=BC=8C?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AliPay/Transfer.php | 2 +- WeChat/Card.php | 2 +- MIT-LICENSE.txt => license | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename MIT-LICENSE.txt => license (95%) diff --git a/AliPay/Transfer.php b/AliPay/Transfer.php index 86d0fd7..ae80a08 100644 --- a/AliPay/Transfer.php +++ b/AliPay/Transfer.php @@ -28,7 +28,7 @@ class Transfer extends BasicAliPay /** * 旧版 向指定支付宝账户转账 * @param array $options - * @return mixed + * @return array|bool * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException */ diff --git a/WeChat/Card.php b/WeChat/Card.php index 0399ba8..3ba388e 100644 --- a/WeChat/Card.php +++ b/WeChat/Card.php @@ -668,5 +668,5 @@ class Card extends BasicWeChat $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, $data); } - + } \ No newline at end of file diff --git a/MIT-LICENSE.txt b/license similarity index 95% rename from MIT-LICENSE.txt rename to license index bceed53..73c22aa 100644 --- a/MIT-LICENSE.txt +++ b/license @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2014-2018 Anyon +Copyright (c) 2014-2022 Anyon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal