gpt4 book ai didi

laravel - 为什么用户电子邮件被 [email protected] 覆盖

转载 作者:行者123 更新时间:2023-12-05 08:23:51 24 4
gpt4 key购买 nike

为什么用户电子邮件被 [email protected] 覆盖?

public function scopeGetList($query)
{
$users = $query->where("account_id",Auth::user()->account_id)
->orderBy('name','asc')
->get(array('id','name','email'));

foreach($users as $user)
{
$data\[$user->id\] = sprintf("%s - %s",$user->name,$user->email);
}

return $data;

}

Print

Model

有什么帮助吗?

最佳答案

谢谢大家。

我发现问题是在 cloudflare 上打开的一个功能。

enter image description here

关于laravel - 为什么用户电子邮件被 [email protected] 覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32844772/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com