mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 09:52:47 +08:00
Update Custom.php
This commit is contained in:
parent
60540547d1
commit
0b086a29d7
@ -32,7 +32,7 @@ class Custom extends BasicWePay
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
public function get(array $options)
|
||||
public function get(array $options = [])
|
||||
{
|
||||
$url = 'https://api.mch.weixin.qq.com/cgi-bin/mch/customs/customdeclarequery';
|
||||
return $this->callPostApi($url, $options, false, 'MD5');
|
||||
@ -46,7 +46,7 @@ class Custom extends BasicWePay
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
*/
|
||||
public function reset(array $options)
|
||||
public function reset(array $options = [])
|
||||
{
|
||||
$url = 'https://api.mch.weixin.qq.com/cgi-bin/mch/newcustoms/customdeclareredeclare';
|
||||
return $this->callPostApi($url, $options, false, 'MD5');
|
||||
|
Loading…
x
Reference in New Issue
Block a user