mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
修改注释,授权协议
This commit is contained in:
parent
7fec514e9e
commit
8ad6e828a6
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user