私域操盘手 - 修复设备列表数据插入错误的问题
This commit is contained in:
@@ -108,10 +108,10 @@ class GetDeviceListV1Controller extends BaseController
|
||||
$sections['totalFriend'] = WechatFriendModel::where(['ownerWechatId' => $item->wechatId])->count();
|
||||
}
|
||||
|
||||
array_push($result, $sections);
|
||||
array_push($resultSets, $sections);
|
||||
}
|
||||
|
||||
return $result;
|
||||
return $resultSets;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user