@@ -22,10 +22,14 @@ async def get_space_command(
timestamp: str = Query(None, min_length=14, max_length=14, alias='time'),
method: int = Query(3),
):
+ if project_id == 'Pj1101080259':
+ flag = 0
+ else:
+ flag = 1
response = {
'projectId': project_id,
'roomId': space_id,
- 'flag': 1,
+ 'flag': flag,
'time': timestamp,
'method': method,
}