修改代码注释

This commit is contained in:
邹景立 2021-05-19 14:29:16 +08:00
parent 0cf699c725
commit a4d57428ba
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ class Bill extends BasicAliPay
/**
* 创建数据操作
* @param array $options
* @return mixed
* @return array|bool
* @throws \WeChat\Exceptions\InvalidResponseException
* @throws \WeChat\Exceptions\LocalCacheException
*/

View File

@ -37,7 +37,7 @@ class Pos extends BasicAliPay
/**
* 创建数据操作
* @param array $options
* @return mixed
* @return array|bool
* @throws \WeChat\Exceptions\InvalidResponseException
* @throws \WeChat\Exceptions\LocalCacheException
*/

View File

@ -36,7 +36,7 @@ class Scan extends BasicAliPay
/**
* 创建数据操作
* @param array $options
* @return mixed
* @return array|bool
* @throws \WeChat\Exceptions\InvalidResponseException
* @throws \WeChat\Exceptions\LocalCacheException
*/

View File

@ -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
*/