From a9f8a8952536b0c7713c3ed8655bef8ce8108ede Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 13 Jun 2018 17:01:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E5=95=86?= =?UTF-8?q?=E6=88=B7=E8=AE=A2=E5=8D=95=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WePay/Bill.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WePay/Bill.php b/WePay/Bill.php index d24b929..e0767ae 100644 --- a/WePay/Bill.php +++ b/WePay/Bill.php @@ -53,7 +53,7 @@ class Bill extends BasicPay * @return array * @throws \WeChat\Exceptions\InvalidResponseException */ - public function commtent(array $options) + public function comment(array $options) { $url = 'https://api.mch.weixin.qq.com/billcommentsp/batchquerycomment'; return $this->callPostApi($url, $options, true);