[更新]修正商户订单报表

This commit is contained in:
Anyon 2018-06-13 17:01:38 +08:00
parent 1e608beeb3
commit a9f8a89525

View File

@ -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);