init
All checks were successful
Deploy to Production / deploy (push) Successful in 13s

This commit is contained in:
珂珂 2024-11-15 18:41:35 +08:00
parent 77e2e4fdb2
commit 1a29ed23d9

View File

@ -63,11 +63,6 @@ public function action_push2contact()
return !in_array($item->mobile, $sendItems);
});
// 去除中文名字长度大于3的数据
// $items = $items->filter(function ($item) {
// return !$this->isDirtyName($item->name);
// });
// 联系人
$contacts = Contact::query()
->where('status', Contact::STATUS_PUBLISHED)