insert(['id' => 1, 'nickname' => '醉梦人间三千年', 'avatar' => 'https://thirdwx.qlogo.cn/mmopen/vi_32/lBOz003W9viby0pMU5p5RU2QpcLOHogciaPuVTCZSp82mhqQ1VbWGghHibJMgib2BiblibY9vVAHqIGlnpMY2gLoyCEaibQoJKiblOKUdjxC0ebeToY/132','register_ip' => '127.0.0.1', 'created_at' => now(), 'updated_at' => now()]); // DB::table('system_users')->insert(['id' => 2, 'username' => 'admin', 'password' => Hash::make('admin'), 'created_at' => now(), 'updated_at' => now()]); } }