Commit c67eae30 authored by pengfei's avatar pengfei

update wx group chat getGroupChat param'

'
parent 72e4e81a
......@@ -203,7 +203,7 @@ class GroupChatService
*/
private function getGroupChatDetail($chatId): array
{
return (array)$this->wxApp->external_contact->getGroupChat($chatId);
return (array)$this->wxApp->external_contact->getGroupChat($chatId, 1);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment