生成sessionId: ;timestamp
(self)
| 4274 | debug_logger.log_warning(f"[reCAPTCHA RemoteBrowser] 上报 finish 失败: {e}") |
| 4275 | |
| 4276 | def _generate_session_id(self) -> str: |
| 4277 | """生成sessionId: ;timestamp""" |
| 4278 | return f";{int(time.time() * 1000)}" |
| 4279 | |
| 4280 | def _generate_scene_id(self) -> str: |
| 4281 | """生成sceneId: UUID""" |
no outgoing calls
no test coverage detected