From a044045abe5c23bf620b8aa3ec2b65436d3e1368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=BF=E8=AF=BA?= <1322522027@qq.com> Date: Mon, 14 Oct 2024 11:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B1=BB=E5=9E=8B=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WePayV3/Complaints.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WePayV3/Complaints.php b/WePayV3/Complaints.php index f4e9659..588370b 100644 --- a/WePayV3/Complaints.php +++ b/WePayV3/Complaints.php @@ -100,7 +100,7 @@ class Complaints extends BasicWePay * @return array|string * @throws \WeChat\Exceptions\InvalidResponseException */ - public function replyInfo(String $complaint_id, String $content) + public function replyInfo(String $complaint_id, array $content) { $content['complainted_mchid'] = $this->config['mch_id']; $pathinfo = "/v3/merchant-service/complaints-v2/{$complaint_id}/response";