mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
[更新]修改类注释
This commit is contained in:
parent
3d1fa67402
commit
c3206134c3
@ -30,7 +30,7 @@ class Bill extends BasicPay
|
||||
* @param array $options 静音参数
|
||||
* @param null|string $outType 输出类型
|
||||
* @return bool|string
|
||||
* @throws InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
*/
|
||||
public function download(array $options, $outType = null)
|
||||
{
|
||||
@ -51,7 +51,7 @@ class Bill extends BasicPay
|
||||
* 拉取订单评价数据
|
||||
* @param array $options
|
||||
* @return array
|
||||
* @throws InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
*/
|
||||
public function commtent(array $options)
|
||||
{
|
||||
|
@ -32,8 +32,8 @@ class TransFresBank extends BasicPay
|
||||
* 企业付款到银行卡
|
||||
* @param array $options
|
||||
* @return array
|
||||
* @throws InvalidDecryptException
|
||||
* @throws InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\InvalidDecryptException
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
public function create(array $options)
|
||||
@ -68,7 +68,7 @@ class TransFresBank extends BasicPay
|
||||
* 商户企业付款到银行卡操作进行结果查询
|
||||
* @param string $partnerTradeNo 商户订单号,需保持唯一
|
||||
* @return array
|
||||
* @throws InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
*/
|
||||
public function query($partnerTradeNo)
|
||||
{
|
||||
@ -82,8 +82,8 @@ class TransFresBank extends BasicPay
|
||||
* @param string $string
|
||||
* @param string $encrypted
|
||||
* @return string
|
||||
* @throws InvalidDecryptException
|
||||
* @throws InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\InvalidDecryptException
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
private function rsaEncode($string, $encrypted = '')
|
||||
@ -102,7 +102,7 @@ class TransFresBank extends BasicPay
|
||||
/**
|
||||
* 获取签名文件内容
|
||||
* @return string
|
||||
* @throws InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
private function getRsaContent()
|
||||
|
Loading…
x
Reference in New Issue
Block a user