where('create_time', '<', time() - 60 * 60 * 24 * 3)->delete(); return 'success'; } }