mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
修复类型错误
This commit is contained in:
parent
be71c30b21
commit
a044045abe
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user