修改注释,授权协议

This commit is contained in:
邹景立 2022-09-05 13:33:13 +08:00
parent 7fec514e9e
commit 8ad6e828a6
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class Transfer extends BasicAliPay
/** /**
* 旧版 向指定支付宝账户转账 * 旧版 向指定支付宝账户转账
* @param array $options * @param array $options
* @return mixed * @return array|bool
* @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\InvalidResponseException
* @throws \WeChat\Exceptions\LocalCacheException * @throws \WeChat\Exceptions\LocalCacheException
*/ */

View File

@ -668,5 +668,5 @@ class Card extends BasicWeChat
$this->registerApi($url, __FUNCTION__, func_get_args()); $this->registerApi($url, __FUNCTION__, func_get_args());
return $this->httpPostForJson($url, $data); return $this->httpPostForJson($url, $data);
} }
} }

View File

@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright (c) 2014-2018 Anyon<zoujingli@qq.com> Copyright (c) 2014-2022 Anyon<zoujingli@qq.com>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal