购物车reload标识
This commit is contained in:
@@ -54,6 +54,9 @@ class Base extends Model
|
||||
}elseif (strstr($data_arr['operate_type'], 'rottable')) {
|
||||
// 如果是转桌。发送init初始化
|
||||
$operate_type = 'init';
|
||||
}elseif (strstr($data_arr['operate_type'], 'reload')) {
|
||||
// 如果是转桌。发送init初始化
|
||||
$operate_type = 'reload';
|
||||
}
|
||||
// 所有在线端广播
|
||||
$broadcast_arr = [
|
||||
|
||||
Reference in New Issue
Block a user