|
@@ -590,7 +590,7 @@ exit;
|
|
|
$input = file_get_contents("php://input");
|
|
|
//filePut('start:'.$input,'callback.txt');
|
|
|
|
|
|
- $input = '{
|
|
|
+ /*$input = '{
|
|
|
"EventGroupId": 1,
|
|
|
"EventType": 104,
|
|
|
"CallbackTs": 1640331295244,
|
|
@@ -602,7 +602,7 @@ exit;
|
|
|
"Role": 21,
|
|
|
"Reason": 5
|
|
|
}
|
|
|
- }';
|
|
|
+ }';*/
|
|
|
$input = json_decode($input,true);
|
|
|
$roomId = $input['EventInfo']['RoomId'];
|
|
|
//房间事件组
|