|
@@ -85,7 +85,7 @@ class GZHSendKFMessage implements ShouldQueue
|
|
|
}
|
|
|
if(1 == $message->u_type) {
|
|
|
$info = $this->getUserOpenids($officialAccount, $next_openid);
|
|
|
- foreach ($info['openid'] as $opid){
|
|
|
+ foreach ($info['data']['openid'] as $opid){
|
|
|
// GZHSendKFMessageService::sendText($officialAccount, $opid, $messageStr, $this->traceContext);
|
|
|
dump($opid);
|
|
|
}
|