Update AliPay/Bill.php

This commit is contained in:
Anyon 2018-11-13 17:42:55 +08:00
parent ef2ab99cb4
commit 1defe142e4

View File

@ -41,6 +41,6 @@ class Bill extends BasicAliPay
*/ */
public function apply($options) public function apply($options)
{ {
return $this->getResult($options, 'get'); return $this->getResult($options);
} }
} }