|
@@ -95,10 +95,10 @@ class GZHSendKFMessage implements ShouldQueue
|
|
|
}
|
|
|
} elseif (2 == $message->u_type) {
|
|
|
$info = $this->getUsersFromUG($gzh->id, $message->ug_id, $next_openid);
|
|
|
- foreach (($info['data']['openid'] ?? []) as $opid) {
|
|
|
+ foreach (($info['openid'] ?? []) as $opid) {
|
|
|
GZHSendKFMessageService::sendText($officialAccount, $opid, $messageStr, $this->traceContext);
|
|
|
}
|
|
|
- $next_openid = $info['data']['next_uid'] ?? '';
|
|
|
+ $next_openid = $info['next_uid'] ?? '';
|
|
|
if (!$next_openid) {
|
|
|
break;
|
|
|
}
|