MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / CaptchaVerifyResult

Class CaptchaVerifyResult

app/clients/tencent_captcha_client.py:34–43  ·  view source on GitHub ↗

Normalized Tencent captcha verify response bundle.

Source from the content-addressed store, hash-verified

32 sid: str
33 instruction: str
34 image_url: str
35 image_path: str
36 raw: dict[str, Any]
37
38
39@dataclass(frozen=True)
40class CaptchaVerifyResult:
41 """Normalized Tencent captcha verify response bundle."""
42
43 ticket: str
44 randstr: str
45 ret: Any
46 error_code: str

Callers 1

verifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected