From 1defe142e4320aa29eaaf7af372912ff7b8d09e7 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 13 Nov 2018 17:42:55 +0800 Subject: [PATCH] Update AliPay/Bill.php --- AliPay/Bill.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AliPay/Bill.php b/AliPay/Bill.php index 8817f1d..4717197 100644 --- a/AliPay/Bill.php +++ b/AliPay/Bill.php @@ -41,6 +41,6 @@ class Bill extends BasicAliPay */ public function apply($options) { - return $this->getResult($options, 'get'); + return $this->getResult($options); } } \ No newline at end of file