This commit is contained in:
parent
f5afc6d3f3
commit
50c8b61f3b
|
|
@ -86,6 +86,8 @@ class QuerySmsStatus extends Command
|
|||
}
|
||||
sleep(1);
|
||||
}
|
||||
}else {
|
||||
Log::info('没有生日有礼短信状态查询的数据');
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -130,6 +132,8 @@ class QuerySmsStatus extends Command
|
|||
|
||||
sleep(1);
|
||||
}
|
||||
}else {
|
||||
Log::info('没有营销短信状态查询的数据');
|
||||
}
|
||||
return self::SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue