mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
Update BasicWePay.php
This commit is contained in:
parent
b84cc6d54f
commit
a629b2d676
@ -65,6 +65,8 @@ abstract class BasicWePay
|
|||||||
/**
|
/**
|
||||||
* BasicWePayV3 constructor.
|
* BasicWePayV3 constructor.
|
||||||
* @param array $options [mch_id, mch_v3_key, cert_public, cert_private]
|
* @param array $options [mch_id, mch_v3_key, cert_public, cert_private]
|
||||||
|
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||||
|
* @throws \WeChat\Exceptions\LocalCacheException
|
||||||
*/
|
*/
|
||||||
public function __construct(array $options = [])
|
public function __construct(array $options = [])
|
||||||
{
|
{
|
||||||
@ -139,6 +141,8 @@ abstract class BasicWePay
|
|||||||
* 静态创建对象
|
* 静态创建对象
|
||||||
* @param array $config
|
* @param array $config
|
||||||
* @return static
|
* @return static
|
||||||
|
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||||
|
* @throws \WeChat\Exceptions\LocalCacheException
|
||||||
*/
|
*/
|
||||||
public static function instance($config)
|
public static function instance($config)
|
||||||
{
|
{
|
||||||
@ -329,7 +333,7 @@ abstract class BasicWePay
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* RSA加密处理
|
* RSA加密处理-平台证书
|
||||||
* @param string $string
|
* @param string $string
|
||||||
* @return string
|
* @return string
|
||||||
* @throws \WeChat\Exceptions\InvalidDecryptException
|
* @throws \WeChat\Exceptions\InvalidDecryptException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user