|
|
@@ -195,7 +195,12 @@ class TestController extends Controller
|
|
|
|
|
|
public function test()
|
|
|
{
|
|
|
- dd(Notification::send(User::query()->where("name","baoshi56")->get(),
|
|
|
+ $a = memory_get_usage();
|
|
|
+
|
|
|
+ $tmp = str_repeat('http://blog.huachen.me/', 4000);
|
|
|
+ $b = memory_get_usage();
|
|
|
+ dump($b-$a);
|
|
|
+ dd(Notification::send(User::query()->where("name","zhouzhendong")->get(),
|
|
|
new RoutineNotification(SeeLog::query()->first()->toArray())));
|
|
|
$user = Auth::user();
|
|
|
$remark = "zengjunlj";
|