mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 09:52:47 +08:00
修改代码注释
This commit is contained in:
parent
0cf699c725
commit
a4d57428ba
@ -36,7 +36,7 @@ class Bill extends BasicAliPay
|
||||
/**
|
||||
* 创建数据操作
|
||||
* @param array $options
|
||||
* @return mixed
|
||||
* @return array|bool
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
|
@ -37,7 +37,7 @@ class Pos extends BasicAliPay
|
||||
/**
|
||||
* 创建数据操作
|
||||
* @param array $options
|
||||
* @return mixed
|
||||
* @return array|bool
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
|
@ -36,7 +36,7 @@ class Scan extends BasicAliPay
|
||||
/**
|
||||
* 创建数据操作
|
||||
* @param array $options
|
||||
* @return mixed
|
||||
* @return array|bool
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user