This commit is contained in:
parent
d56d298879
commit
451be93f39
|
|
@ -265,7 +265,7 @@ class Base extends Model
|
||||||
print_r('定时器' . "\r\n");
|
print_r('定时器' . "\r\n");
|
||||||
$gateway = Gateway::class;
|
$gateway = Gateway::class;
|
||||||
// 处理折扣消息
|
// 处理折扣消息
|
||||||
self::savetimediscount();
|
// self::savetimediscount();
|
||||||
// 处理消息(包含推送)
|
// 处理消息(包含推送)
|
||||||
$redis_name = Gateway::getAllClientSessions();
|
$redis_name = Gateway::getAllClientSessions();
|
||||||
foreach ($redis_name as $client_id => $client_id_data) {
|
foreach ($redis_name as $client_id => $client_id_data) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue