Skip to content

Commit 738cf3f

Browse files
author
leeir
committed
fix send message content invalid format
1 parent e61e5c1 commit 738cf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wechat/Messages/BaseMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function buildForBroadcast()
9797
}
9898
$group = array(
9999
'touser' => $this->touser,
100-
'toparty' => $this->toparty,
100+
'toparty' => (string)$this->toparty,
101101
'totag' => $this->totag,
102102
'agentid' => $this->agentid,
103103
);

0 commit comments

Comments
 (0)