Web sharing
Tuesday, January 2, 2018
cron job function
// $schedule->command('inspire')
// ->hourly();
/*
$schedule->call(function()
{
$url='http://www.msjsjy.com/sendsmscodecalendar';
$ch = curl_init($url);
curl_exec ($ch);
})->everyMinute();
*/
//
->everyFiveMinutes();
//
dailyAt('7:30');
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment