mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +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\InvalidResponseException
|
||||||
* @throws \WeChat\Exceptions\LocalCacheException
|
* @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';
|
$url = 'https://api.mch.weixin.qq.com/cgi-bin/mch/customs/customdeclarequery';
|
||||||
return $this->callPostApi($url, $options, false, 'MD5');
|
return $this->callPostApi($url, $options, false, 'MD5');
|
||||||
@ -46,7 +46,7 @@ class Custom extends BasicWePay
|
|||||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||||
* @throws \WeChat\Exceptions\LocalCacheException
|
* @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';
|
$url = 'https://api.mch.weixin.qq.com/cgi-bin/mch/newcustoms/customdeclareredeclare';
|
||||||
return $this->callPostApi($url, $options, false, 'MD5');
|
return $this->callPostApi($url, $options, false, 'MD5');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user